RunOptions

lớp cuối cùng công khai RunOptions

 Options for a single Run() call.
 
Loại protobuf tensorflow.RunOptions

Các lớp lồng nhau

lớp học RunOptions.Builder
 Options for a single Run() call. 
lớp học 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. 
giao diện RunOptions.ExperimentalOrBuilder
liệt kê 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

Hằng số

int DEBUG_OPTIONS_FIELD_NUMBER
int THỬ NGHIỆM_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

Phương pháp công cộng

boolean
bằng (Đối tượng obj)
Tùy chọn gỡ lỗi
getDebugOptions ()
 EXPERIMENTAL.
DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
Tùy chọn chạy tĩnh
Tùy chọn chạy
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
RunOptions.Experimental
lấyThử nghiệm ()
.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.
boolean
getOutputPartitionGraphs ()
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
boolean
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
dài
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;
com.google.protobuf.UnknownFieldSet cuối cùng
boolean
hasDebugOptions ()
 EXPERIMENTAL.
boolean
cóThử nghiệm ()
.tensorflow.RunOptions.Experimental experimental = 8;
int
boolean cuối cùng
RunOptions.Builder tĩnh
newBuilder ( nguyên mẫu RunOptions )
RunOptions.Builder tĩnh
RunOptions.Builder
Tùy chọn chạy tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Tùy chọn chạy tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Tùy chọn chạy tĩnh
ParseFrom (dữ liệu ByteBuffer)
Tùy chọn chạy tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn chạy tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn chạy tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Tùy chọn chạy tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn chạy tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Tùy chọn chạy tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn chạy tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
RunOptions.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh công khai DEBUG_OPTIONS_FIELD_NUMBER

Giá trị không đổi: 6

int cuối cùng tĩnh công khai EXPERIMENTAL_FIELD_NUMBER

Giá trị không đổi: 8

int tĩnh cuối cùng INTER_OP_THREAD_POOL_FIELD_NUMBER

Giá trị không đổi: 3

int cuối cùng tĩnh công khai OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER

Giá trị không đổi: 5

int tĩnh công khai REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER

Giá trị không đổi: 7

int cuối cùng tĩnh công khai TIMEOUT_IN_MS_FIELD_NUMBER

Giá trị không đổi: 2

int tĩnh cuối cùng TRACE_LEVEL_FIELD_NUMBER

Giá trị không đổi: 1

Phương pháp công cộng

boolean công khai bằng (Object obj)

DebugOptions công khai getDebugOptions ()

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

công khai DebugOptionsOrBuilder getDebugOptionsOrBuilder ()

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

tĩnh công khai RunOptions getDefaultInstance ()

RunOptions công khai getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

công khai RunOptions.Experimental getExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

công khai RunOptions.ExperimentalOrBuilder getExperimentalOrBuilder ()

.tensorflow.RunOptions.Experimental experimental = 8;

int công khai 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;

boolean công khai getOutputPartitionGraphs ()

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

công cộng getParserForType ()

boolean công khai 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;

int công khai getSerializedSize ()

công khai getTimeoutInMs ()

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

công khai RunOptions.TraceLevel getTraceLevel ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

int công khai getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

boolean công khai hasDebugOptions ()

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

boolean công khai hasExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

công khai tĩnh RunOptions.Builder newBuilder ( nguyên mẫu RunOptions )

công khai tĩnh RunOptions.Builder newBuilder ()

công khai RunOptions.Builder newBuilderForType ()

tĩnh công khai RunOptions phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

công khai tĩnh RunOptions phân tích cú phápDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp RunOptions tĩnh công khai (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp RunOptions tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp RunOptions tĩnh công khai (dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp RunOptions tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

phân tích cú pháp tĩnh công khai RunOptionsFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp RunOptions tĩnh công khai (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp RunOptions tĩnh công khai (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp RunOptions tĩnh công khai (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

công khai RunOptions.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException