RunOptions

classe finale publique RunOptions

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

Classes imbriquées

classe RunOptions.Builder
 Options for a single Run() call. 
classe RunOptions.Expérimental
 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
énumération 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

int DEBUG_OPTIONS_FIELD_NUMBER
int EXPERIMENTAL_FIELD_NUMBER
int INTER_OP_THREAD_POOL_FIELD_NUMBER
int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
int REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
int TIMEOUT_IN_MS_FIELD_NUMBER
int TRACE_LEVEL_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Options de débogage
getDebugOptions ()
 EXPERIMENTAL.
DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
Options d'exécution statiques
Options d'exécution
final statique com.google.protobuf.Descriptors.Descriptor
RunOptions.Expérimental
getExpérimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.ExperimentalOrBuilder
getExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
int
getInterOpThreadPool ()
 The thread pool to use, if session_inter_op_thread_pool is configured.
booléen
getOutputPartitionGraphs ()
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
booléen
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).
int
long
getTimeoutInMs ()
 Time to wait for operation to complete in milliseconds.
RunOptions.TraceLevel
getTraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
int
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
final com.google.protobuf.UnknownFieldSet
booléen
hasDebugOptions ()
 EXPERIMENTAL.
booléen
aExpérimental ()
.tensorflow.RunOptions.Experimental experimental = 8;
int
booléen final
RunOptions.Builder statique
newBuilder (prototype RunOptions )
RunOptions.Builder statique
RunOptions.Builder
Options d'exécution statiques
parseDelimitedFrom (entrée InputStream)
Options d'exécution statiques
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options d'exécution statiques
parseFrom (données ByteBuffer)
Options d'exécution statiques
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options d'exécution statiques
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options d'exécution statiques
parseFrom (entrée com.google.protobuf.CodedInputStream)
Options d'exécution statiques
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options d'exécution statiques
parseFrom (données com.google.protobuf.ByteString)
Options d'exécution statiques
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options d'exécution statiques
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
RunOptions.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DEBUG_OPTIONS_FIELD_NUMBER

Valeur constante : 6

public statique final int EXPERIMENTAL_FIELD_NUMBER

Valeur constante : 8

public statique final int INTER_OP_THREAD_POOL_FIELD_NUMBER

Valeur constante : 3

public statique final int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER

Valeur constante : 5

public statique final int REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER

Valeur constante : 7

public statique final int TIMEOUT_IN_MS_FIELD_NUMBER

Valeur constante : 2

public statique final int TRACE_LEVEL_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet 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;

public statique RunOptions getDefaultInstance ()

public RunOptions getDefaultInstanceForType ()

public statique 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 booléen getOutputPartitionGraphs ()

 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
 
bool output_partition_graphs = 5;

publique getParserForType ()

public booléen 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;

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 booléen hasDebugOptions ()

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

public booléen hasExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

code de hachage int public ()

public final booléen isInitialized ()

public statique RunOptions.Builder newBuilder (prototype RunOptions )

public statique RunOptions.Builder newBuilder ()

public RunOptions.Builder newBuilderForType ()

public static RunOptions parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static RunOptions parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static RunOptions parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static RunOptions parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static RunOptions parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static RunOptions parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static RunOptions parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

parseFrom RunOptions statique public (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static RunOptions parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static RunOptions parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public RunOptions.Builder toBuilder ()

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

Jetés
IOException