RunOptions.Experimental

classe final estática pública 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 tipo tensorflow.RunOptions.Experimental

Classes aninhadas

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

Constantes

interno COLLECTIVE_GRAPH_KEY_FIELD_NUMBER
interno RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER
interno USE_RUN_HANDLER_POOL_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
longo
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 estático
RunOptions.Experimental
final estático 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;
interno
final com.google.protobuf.UnknownFieldSet
boleano
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.
boleano
hasRunHandlerPoolOptions ()
.tensorflow.RunOptions.Experimental.RunHandlerPoolOptions run_handler_pool_options = 3;
interno
booleano final
RunOptions.Experimental.Builder estático
RunOptions.Experimental.Builder estático
RunOptions.Experimental.Builder
RunOptions.Experimental estático
parseDelimitedFrom (entrada InputStream)
RunOptions.Experimental estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental estático
parseFrom (dados de ByteBuffer)
RunOptions.Experimental estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
RunOptions.Experimental estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental estático
parseFrom (dados com.google.protobuf.ByteString)
RunOptions.Experimental estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
RunOptions.Experimental.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int COLLECTIVE_GRAPH_KEY_FIELD_NUMBER

Valor Constante: 1

público estático final int RUN_HANDLER_POOL_OPTIONS_FIELD_NUMBER

Valor Constante: 3

público estático final int USE_RUN_HANDLER_POOL_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

público longo 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;

público estático RunOptions.Experimental getDefaultInstance ()

público RunOptions.Experimental getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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;

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

getUseRunHandlerPool booleano público ()

 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;

hasRunHandlerPoolOptions booleano público ()

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

hashCode int público ()

público final booleano isInitialized ()

público estático RunOptions.Experimental.Builder newBuilder ()

public static RunOptions.Experimental.Builder newBuilder ( protótipo RunOptions.Experimental )

público RunOptions.Experimental.Builder newBuilderForType ()

public static RunOptions.Experimental parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático RunOptions.Experimental parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static RunOptions.Experimental parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático RunOptions.Experimental parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

RunOptions.Experimental.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException