RunOptions

publiczna klasa końcowa RunOptions

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

Klasy zagnieżdżone

klasa UruchomOpcje.Builder
 Options for a single Run() call. 
klasa RunOptions.Eksperymentalne
 Everything inside Experimental is subject to change and is not subject
 to API stability guarantees in
 https://www.tensorflow.org/guide/version_compat. 
interfejs RunOptions.ExperimentalOrBuilder
wyliczenie 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

Stałe

wew DEBUG_OPTIONS_FIELD_NUMBER
wew EXPERIMENTAL_FIELD_NUMBER
wew INTER_OP_THREAD_POOL_FIELD_NUMBER
wew OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
wew REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
wew TIMEOUT_IN_MS_FIELD_NUMBER
wew TRACE_LEVEL_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
Opcje debugowania
getDebugOptions ()
 EXPERIMENTAL.
Opcje debugowaniaOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
statyczne opcje uruchamiania
Opcje uruchamiania
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
RunOptions.Eksperymentalne
uzyskaj eksperymentalny ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.ExperimentalOrBuilder
getExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
wew
getInterOpThreadPool ()
 The thread pool to use, if session_inter_op_thread_pool is configured.
wartość logiczna
getOutputPartitionGraphs ()
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
wartość logiczna
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).
wew
długi
getTimeoutInMs ()
 Time to wait for operation to complete in milliseconds.
RunOptions.TraceLevel
pobierz poziom śledzenia ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
wew
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maOpcje Debugowania ()
 EXPERIMENTAL.
wartość logiczna
maEksperymentalny ()
.tensorflow.RunOptions.Experimental experimental = 8;
wew
końcowa wartość logiczna
statyczny RunOptions.Builder
newBuilder (prototyp RunOptions )
statyczny RunOptions.Builder
UruchomOpcje.Builder
statyczne opcje uruchamiania
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne opcje uruchamiania
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje uruchamiania
parseFrom (dane ByteBuffer)
statyczne opcje uruchamiania
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje uruchamiania
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje uruchamiania
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne opcje uruchamiania
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne opcje uruchamiania
parseFrom (dane com.google.protobuf.ByteString)
statyczne opcje uruchamiania
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne opcje uruchamiania
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
UruchomOpcje.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int DEBUG_OPTIONS_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int EXPERIMENTAL_FIELD_NUMBER

Wartość stała: 8

publiczny statyczny końcowy int INTER_OP_THREAD_POOL_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER

Wartość stała: 7

publiczny statyczny końcowy int TIMEOUT_IN_MS_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int TRACE_LEVEL_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

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;

publiczne statyczne RunOptions 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;

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

publiczna wartość logiczna getOutputPartitionGraphs ()

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

publiczny getParserForType ()

publiczna wartość logiczna 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;

publiczny int getSerializedSize ()

publiczny długi 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;

publiczny int getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna hasDebugOptions ()

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

publiczna wartość logiczna maExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny RunOptions.Builder newBuilder (prototyp RunOptions )

publiczny statyczny RunOptions.Builder newBuilder ()

public RunOptions.Builder newBuilderForType ()

public static RunOptions parseDelimitedFrom (wejścieInputStream)

Rzuca
Wyjątek IO

public static RunOptions parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static RunOptions parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static RunOptions parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static RunOptions parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static RunOptions parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static RunOptions parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyczna RunOptions parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static RunOptions parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

publiczne statyczne RunOptions parseFrom (com.google.protobuf.ByteString dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public RunOptions.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO