パブリック静的最終クラスRunOptions.Experimental
Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.Protobuf 型
tensorflow.RunOptions.Experimental
ネストされたクラス
クラス | RunOptions.Experimental.Builder | Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat. | |
クラス | RunOptions.Experimental.RunHandlerPoolOptions | Options for run handler thread pool. | |
インタフェース | RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder |
定数
整数 | COLLECTIVE_GRAPH_KEY_FIELD_NUMBER | |
整数 | RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER | |
整数 | USE_RUN_HANDLER_POOL_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
長さ | getCollectiveGraphKey () If non-zero, declares that this graph is going to use collective ops and must synchronize step_ids with any other graph with this same group_key value (in a distributed computation where tasks run disjoint graphs). |
静的RunOptions.Experimental | |
RunOptions.Experimental | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
RunOptions.Experimental.RunHandlerPoolOptions | getRunHandlerPoolOptions () .tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3; |
RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder | getRunHandlerPoolOptionsOrBuilder () .tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3; |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | getUseRunHandlerPool () If true, then operations (using the inter-op pool) across all session::run() calls will be centrally scheduled, optimizing for (median and tail) latency. |
ブール値 | hasRunHandlerPoolOptions () .tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3; |
整数 | ハッシュコード() |
最終ブール値 | |
静的RunOptions.Experimental.Builder | newBuilder () |
静的RunOptions.Experimental.Builder | newBuilder ( RunOptions.Experimentalプロトタイプ) |
RunOptions.Experimental.Builder | |
静的RunOptions.Experimental | parseDelimitedFrom (InputStream 入力) |
静的RunOptions.Experimental | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的RunOptions.Experimental | parseFrom (ByteBuffer データ) |
静的RunOptions.Experimental | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的RunOptions.Experimental | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的RunOptions.Experimental | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的RunOptions.Experimental | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的RunOptions.Experimental | parseFrom (com.google.protobuf.ByteString データ) |
静的RunOptions.Experimental | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的RunOptions.Experimental | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
RunOptions.Experimental.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int COLLECTIVE_GRAPH_KEY_FIELD_NUMBER
定数値: 1
パブリック静的最終整数RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER
定数値: 3
パブリック静的最終整数USE_RUN_HANDLER_POOL_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public long getCollectiveGraphKey ()
If non-zero, declares that this graph is going to use collective ops and must synchronize step_ids with any other graph with this same group_key value (in a distributed computation where tasks run disjoint graphs).
int64 collective_graph_key = 1;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
公共 getParserForType ()
public RunOptions.Experimental.RunHandlerPoolOptions getRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
public RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder getRunHandlerPoolOptionsOrBuilder ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean getUseRunHandlerPool ()
If true, then operations (using the inter-op pool) across all session::run() calls will be centrally scheduled, optimizing for (median and tail) latency. Consider using this option for CPU-bound workloads like inference.
bool use_run_handler_pool = 2;
public boolean hasRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static RunOptions.Experimental parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static RunOptions.Experimental parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static RunOptions.Experimental parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static RunOptions.Experimental parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static RunOptions.Experimental parseFrom (com.google.protobuf.ByteString データ)
投げる
無効なプロトコルバッファ例外 |
---|
public static RunOptions.Experimental parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static RunOptions.Experimental parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|