RunOptions

RunOptions de clase final pública

 Options for a single Run() call.
 
Protobuf tipo tensorflow.RunOptions

Clases anidadas

clase RunOptions.Builder
 Options for a single Run() call. 
clase 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. 
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

En t DEBUG_OPTIONS_FIELD_NUMBER
En t EXPERIMENTAL_FIELD_NUMBER
En t INTER_OP_THREAD_POOL_FIELD_NUMBER
En t OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
En t REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
En t TIMEOUT_IN_MS_FIELD_NUMBER
En t TRACE_LEVEL_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
DebugOptions
getDebugOptions ()
 EXPERIMENTAL.
DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
RunOptions estáticas
RunOptions
com.google.protobuf.Descriptors.Descriptor estático final
RunOptions.Experimental
getExperimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.ExperimentalOrBuilder
getExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
En t
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).
En t
largo
getTimeoutInMs ()
 Time to wait for operation to complete in milliseconds.
RunOptions.TraceLevel
getTraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
En t
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
final com.google.protobuf.UnknownFieldSet
booleano
hasDebugOptions ()
 EXPERIMENTAL.
booleano
hasExperimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
En t
booleano final
static RunOptions.Builder
newBuilder (prototipo RunOptions )
static RunOptions.Builder
RunOptions.Builder
RunOptions estáticas
parseDelimitedFrom (entrada InputStream)
RunOptions estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estáticas
parseFrom (datos ByteBuffer)
RunOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
RunOptions estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estáticas
parseFrom (datos com.google.protobuf.ByteString)
RunOptions estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
RunOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DEBUG_OPTIONS_FIELD_NUMBER

Valor constante: 6

public static 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

public static final int 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

public boolean es igual a (Object obj)

public DebugOptions 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;

RunOptions estáticas públicas getDefaultInstance ()

public RunOptions getDefaultInstanceForType ()

public static 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;

public 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;

public boolean getOutputPartitionGraphs ()

 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;

public int getSerializedSize ()

public long getTimeoutInMs ()

 Time to wait for operation to complete in milliseconds.
 
int64 timeout_in_ms = 2;

public RunOptions.TraceLevel getTraceLevel ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

public int getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

public boolean hasExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

public int hashCode ()

public final boolean isInitialized ()

public static RunOptions.Builder newBuilder (prototipo RunOptions )

public static RunOptions.Builder newBuilder ()

public RunOptions.Builder newBuilderForType ()

public static RunOptions parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static RunOptions parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static RunOptions parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static RunOptions parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public RunOptions.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException