RunOptions.Experimental

classe finale statica pubblica 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.
 
Tipo di protocollo tensorflow.RunOptions.Experimental

Classi nidificate

classe 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. 
classe RunOptions.Experimental.RunHandlerPoolOptions
 Options for run handler thread pool. 
interfaccia RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder

Costanti

int COLLECTIVE_GRAPH_KEY_FIELD_NUMBER
int ESEGUI_HANDLER_POOL_OPTIONS_FIELD_NUMBER
int USE_RUN_HANDLER_POOL_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
lungo
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 statico
RunOptions.Experimental
com.google.protobuf.Descriptors.Descriptor statico finale
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;
int
finale com.google.protobuf.UnknownFieldSet
booleano
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.
booleano
hasRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
int
booleano finale
RunOptions.Experimental.Builder statico
RunOptions.Experimental.Builder statico
RunOptions.Experimental.Builder
RunOptions.Experimental statico
parseDelimitedFrom (input InputStream)
RunOptions.Experimental statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental statico
parseFrom (dati ByteBuffer)
RunOptions.Experimental statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
RunOptions.Experimental statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
RunOptions.Experimental statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental statico
parseFrom (dati com.google.protobuf.ByteString)
RunOptions.Experimental statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
RunOptions.Experimental.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int COLLECTIVE_GRAPH_KEY_FIELD_NUMBER

Valore costante: 1

public static final int RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER

Valore costante: 3

public static final int USE_RUN_HANDLER_POOL_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico lungo 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;

pubblico statico RunOptions.Experimental getDefaultInstance ()

public RunOptions.Experimental getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

pubblico 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 ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico booleano 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;

pubblico booleano hasRunHandlerPoolOptions ()

.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;

public int hashCode ()

public final booleano isInitialized ()

pubblico statico RunOptions.Experimental.Builder newBuilder ()

public static RunOptions.Experimental.Builder newBuilder (prototipo RunOptions.Experimental )

pubblico RunOptions.Experimental.Builder newBuilderForType ()

public static RunOptions.Experimental parseDelimitedFrom (input InputStream)

Lancia
IOException

public static RunOptions.Experimental parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico RunOptions.Experimental (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

public static RunOptions.Experimental parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static RunOptions.Experimental parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico RunOptions.Experimental (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static RunOptions.Experimental parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico RunOptions.Experimental (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

public static RunOptions.Experimental parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static RunOptions.Experimental parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public RunOptions.Experimental.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException