RunOptions de clase final pública
Options for a single Run() call.Protobuf tipo
tensorflow.RunOptions
Clases anidadas
clase | EjecutarOpciones.Builder | Options for a single Run() call. | |
clase | Opciones de ejecución.Experimental | Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat. | |
interfaz | RunOptions.ExperimentalOrBuilder | ||
enumeración | RunOptions.TraceLevel | TODO(pbar) Turn this into a TraceOptions proto which allows tracing to be controlled in a more orthogonal manner?Protobuf enumeración tensorflow.RunOptions.TraceLevel |
Constantes
entero | DEBUG_OPTIONS_FIELD_NUMBER | |
entero | EXPERIMENTAL_FIELD_NUMBER | |
entero | INTER_OP_THREAD_POOL_FIELD_NUMBER | |
entero | OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER | |
entero | REPORT_TENSOR_ALLOCATION_UPON_OOM_FIELD_NUMBER | |
entero | TIMEOUT_IN_MS_FIELD_NUMBER | |
entero | TRACE_LEVEL_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
Opciones de depuración | getDebugOptions () EXPERIMENTAL. |
Opciones de depuración o constructor | getDebugOptionsOrBuilder () EXPERIMENTAL. |
Opciones de ejecución estáticas | |
Opciones de ejecución | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Opciones de ejecución.Experimental | obtenerExperimental () .tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.ExperimentalOrBuilder | getExperimentalOrBuilder () .tensorflow.RunOptions.Experimental experimental = 8; |
entero | 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). |
entero | |
largo | getTimeoutInMs () Time to wait for operation to complete in milliseconds. |
RunOptions.TraceLevel | obtener nivel de seguimiento () .tensorflow.RunOptions.TraceLevel trace_level = 1; |
entero | getTraceLevelValue () .tensorflow.RunOptions.TraceLevel trace_level = 1; |
com.google.protobuf.UnknownFieldSet final | |
booleano | tieneDebugOptions () EXPERIMENTAL. |
booleano | tieneExperimental () .tensorflow.RunOptions.Experimental experimental = 8; |
entero | código hash () |
booleano final | |
Opciones de ejecución estáticas.Builder | newBuilder (prototipo RunOptions ) |
Opciones de ejecución estáticas.Builder | |
EjecutarOpciones.Builder | |
Opciones de ejecución estáticas | parseDelimitedFrom (entrada de InputStream) |
Opciones de ejecución estáticas | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opciones de ejecución estáticas | parseFrom (datos de ByteBuffer) |
Opciones de ejecución estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Opciones de ejecución estáticas | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opciones de ejecución estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Opciones de ejecución estáticas | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opciones de ejecución estáticas | parseFrom (datos com.google.protobuf.ByteString) |
Opciones de ejecución estáticas | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opciones de ejecución estáticas | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
EjecutarOpciones.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público DEBUG_OPTIONS_FIELD_NUMBER
Valor constante: 6
int final estático público EXPERIMENTAL_FIELD_NUMBER
Valor constante: 8
int final estático público INTER_OP_THREAD_POOL_FIELD_NUMBER
Valor constante: 3
int final estático público OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
Valor constante: 5
int final estático público REPORT_TENSOR_ALLOCATION_UPON_OOM_FIELD_NUMBER
Valor constante: 7
int final estático público TIMEOUT_IN_MS_FIELD_NUMBER
Valor constante: 2
int final estático público TRACE_LEVEL_FIELD_NUMBER
Valor constante: 1
Métodos públicos
público booleano es igual (Objeto obj)
opciones de depuración públicas getDebugOptions ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
público DebugOptionsOrBuilder getDebugOptionsOrBuilder ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
público estático final 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 ()
getReportTensorAllocationsUponOom público booleano ()
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 ()
público largo getTimeoutInMs ()
Time to wait for operation to complete in milliseconds.
int64 timeout_in_ms = 2;
público int getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasDebugOptions público booleano ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
hasExperimental público booleano ()
.tensorflow.RunOptions.Experimental experimental = 8;
código hash int público ()
público final booleano isInitialized ()
RunOptions estáticas públicas parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
RunOptions estático público parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
RunOptions estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
RunOptions estático público parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
RunOptions estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
RunOptions estático público parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
RunOptions estático público parseFrom (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
RunOptions estático público parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
RunOptions estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|