OptimizerOptions

Lớp cuối cùng công khai OptimizerOptions

 Options passed to the graph optimizer
 
Tenorflow loại tensorflow.OptimizerOptions

Các lớp lồng nhau

lớp học OptimizerOptions.Builder
 Options passed to the graph optimizer
 
Tenorflow loại tensorflow.OptimizerOptions
liệt kê OptimizerOptions.GlobalJitLevel
 Control the use of the compiler/jit. 
liệt kê OptimizerOptions.Level
 Optimization level
 
Protobuf enum tensorflow.OptimizerOptions.Level

Hằng số

int DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
int DO_CONSTANT_FOLDING_FIELD_NUMBER
int DO_FUNCTION_INLINING_FIELD_NUMBER
int GLOBAL_JIT_LEVEL_FIELD_NUMBER
int MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
int OPT_LEVEL_FIELD_NUMBER

Phương pháp công khai

boolean
bằng (Đối tượng obj)
Tùy chọn tối ưu hóa tĩnh
Tùy chọn tối ưu hóa
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
boolean
getDoCommonSubexpressElimination ()
 If true, optimize the graph using common subexpression elimination.
boolean
getDoConstantFolding ()
 If true, perform constant folding optimization on the graph.
boolean
getDoFunctionNội tuyến ()
 If true, perform function inlining on the graph.
OptimizerOptions.GlobalJitLevel
getGlobalJitLevel ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
int
getGlobalJitLevelValue ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
dài
getMaxFoldedConstantInBytes ()
 Constant folding optimization replaces tensors whose values can be
 predetermined, with constant nodes.
OptimizerOptions.Level
getOptLevel ()
 Overall optimization level.
int
getOptLevelValue ()
 Overall optimization level.
int
com.google.protobuf.UnknownFieldSet cuối cùng
int
boolean cuối cùng
Trình tối ưu hóa tĩnhOptions.Builder
newBuilder (nguyên mẫu OptimizerOptions )
Trình tối ưu hóa tĩnhOptions.Builder
OptimizerOptions.Builder
Tùy chọn tối ưu hóa tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Tùy chọn tối ưu hóa 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 tối ưu hóa tĩnh
ParseFrom (dữ liệu ByteBuffer)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Tùy chọn tối ưu hóa tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Tùy chọn tối ưu hóa tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
OptimizerOptions.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 DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER

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

int tĩnh công khai DO_CONSTANT_FOLDING_FIELD_NUMBER

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

int tĩnh công khai DO_FUNCTION_INLINING_FIELD_NUMBER

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

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

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

int tĩnh công khai MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER

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

int tĩnh công khai OPT_LEVEL_FIELD_NUMBER

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

Phương pháp công khai

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

Trình tối ưu hóa tĩnh công khai Tùy chọn getDefaultInstance ()

Trình tối ưu hóa công khai Tùy chọn getDefaultInstanceForType ()

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

boolean công khai getDoCommonSubexpressElimination ()

 If true, optimize the graph using common subexpression elimination.
 
bool do_common_subexpression_elimination = 1;

boolean công khai getDoConstantFolding ()

 If true, perform constant folding optimization on the graph.
 
bool do_constant_folding = 2;

boolean công khai getDoFunctionInline ()

 If true, perform function inlining on the graph.
 
bool do_function_inlining = 4;

trình tối ưu hóa công khaiOptions.GlobalJitLevel getGlobalJitLevel ()

.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;

int công khai getGlobalJitLevelValue ()

.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;

công khai getMaxFoldedConstantInBytes ()

 Constant folding optimization replaces tensors whose values can be
 predetermined, with constant nodes. To avoid inserting too large constants,
 the size of each constant created can be limited. If this value is zero, a
 default limit of 10 MiB will be applied. If constant folding optimization
 is disabled, this value is ignored.
 
int64 max_folded_constant_in_bytes = 6;

công khai OptimizerOptions.Level getOptLevel ()

 Overall optimization level. The actual optimizations applied will be the
 logical OR of the flags that this level implies and any flags already set.
 
.tensorflow.OptimizerOptions.Level opt_level = 3;

int công khai getOptLevelValue ()

 Overall optimization level. The actual optimizations applied will be the
 logical OR of the flags that this level implies and any flags already set.
 
.tensorflow.OptimizerOptions.Level opt_level = 3;

công cộng getParserForType ()

int công khai getSerializedSize ()

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

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

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

public static OptimizerOptions.Builder newBuilder (nguyên mẫu OptimizerOptions )

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

public OptimizerOptions.Builder newBuilderForType ()

Trình tối ưu hóa tĩnh công khai Phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

trình tối ưu hóa tĩnh công khaiOptions phân tích cú phápDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (dữ liệu ByteBuffer)

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

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (dữ liệu com.google.protobuf.ByteString)

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

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Trình tối ưu hóa tĩnh công khai Phân tích cú pháp từ (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 ()

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

Ném
IOException