classe final pública RunOptions
Options for a single Run() call.Tipo de protobuf
tensorflow.RunOptions
Classes aninhadas
aula | RunOptions.Builder | Options for a single Run() call. | |
aula | 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. | |
interface | RunOptions.ExperimentalOrBuilder | ||
enumeração | RunOptions.TraceLevel | TODO(pbar) Turn this into a TraceOptions proto which allows tracing to be controlled in a more orthogonal manner?Protobuf enum tensorflow.RunOptions.TraceLevel |
Constantes
interno | DEBUG_OPTIONS_FIELD_NUMBER | |
interno | EXPERIMENTAL_FIELD_NUMBER | |
interno | INTER_OP_THREAD_POOL_FIELD_NUMBER | |
interno | OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER | |
interno | REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER | |
interno | TIMEOUT_IN_MS_FIELD_NUMBER | |
interno | TRACE_LEVEL_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Opções de depuração | getDebugOptions () EXPERIMENTAL. |
DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
Opções de execução estáticas | |
Opções de execução | |
final estático com.google.protobuf.Descriptors.Descriptor | |
RunOptions.Experimental | getExperimental () .tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.ExperimentalOrBuilder | getExperimentalOrBuilder () .tensorflow.RunOptions.Experimental experimental = 8; |
interno | getInterOpThreadPool () The thread pool to use, if session_inter_op_thread_pool is configured. |
booleano | getOutputPartitionGraphs () Whether the partition graph(s) executed by the executor(s) should be outputted via RunMetadata. |
booleano | getReportTensorAllocationsUponOom () When enabled, causes tensor allocation information to be included in the error message when the Run() call fails because the allocator ran out of memory (OOM). |
interno | |
longo | getTimeoutInMs () Time to wait for operation to complete in milliseconds. |
RunOptions.TraceLevel | getTraceLevel () .tensorflow.RunOptions.TraceLevel trace_level = 1; |
interno | getTraceLevelValue () .tensorflow.RunOptions.TraceLevel trace_level = 1; |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasDebugOptions () EXPERIMENTAL. |
booleano | temExperimental () .tensorflow.RunOptions.Experimental experimental = 8; |
interno | código hash () |
booleano final | |
RunOptions.Builder estático | newBuilder (protótipo RunOptions ) |
RunOptions.Builder estático | |
RunOptions.Builder | |
Opções de execução estáticas | parseDelimitedFrom (entrada InputStream) |
Opções de execução estáticas | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções de execução estáticas | parseFrom (dados de ByteBuffer) |
Opções de execução estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções de execução estáticas | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções de execução estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Opções de execução estáticas | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções de execução estáticas | parseFrom (dados com.google.protobuf.ByteString) |
Opções de execução estáticas | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções de execução estáticas | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
RunOptions.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DEBUG_OPTIONS_FIELD_NUMBER
Valor Constante: 6
público estático final int EXPERIMENTAL_FIELD_NUMBER
Valor Constante: 8
público estático final int INTER_OP_THREAD_POOL_FIELD_NUMBER
Valor Constante: 3
público estático final int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
Valor Constante: 5
int final estático público REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
Valor Constante: 7
público estático final int TIMEOUT_IN_MS_FIELD_NUMBER
Valor Constante: 2
público estático final int TRACE_LEVEL_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
DebugOptions públicas getDebugOptions ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
public DebugOptionsOrBuilder getDebugOptionsOrBuilder ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public RunOptions.Experimental getExperimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
public RunOptions.ExperimentalOrBuilder getExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
público int getInterOpThreadPool ()
The thread pool to use, if session_inter_op_thread_pool is configured. To use the caller thread set this to -1 - this uses the caller thread to execute Session::Run() and thus avoids a context switch. Using the caller thread to execute Session::Run() should be done ONLY for simple graphs, where the overhead of an additional context switch is comparable with the overhead of Session::Run().
int32 inter_op_thread_pool = 3;
getOutputPartitionGraphs booleano público ()
Whether the partition graph(s) executed by the executor(s) should be outputted via RunMetadata.
bool output_partition_graphs = 5;
público getParserForType ()
público booleano getReportTensorAllocationsUponOom ()
When enabled, causes tensor allocation information to be included in the error message when the Run() call fails because the allocator ran out of memory (OOM). Enabling this option can slow down the Run() call.
bool report_tensor_allocations_upon_oom = 7;
público int getSerializedSize ()
getTimeoutInMs longo público ()
Time to wait for operation to complete in milliseconds.
int64 timeout_in_ms = 2;
público int getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasDebugOptions booleano público ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
has booleano públicoExperimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
hashCode int público ()
público final booleano isInitialized ()
public static RunOptions parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RunOptions parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RunOptions parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static RunOptions parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático RunOptions parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static RunOptions parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RunOptions parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|