OptimizerOptions.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
Options passed to the graph optimizerProtobuf ประเภท
tensorflow.OptimizerOptions
วิธีการสาธารณะ
OptimizerOptions.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
ตัวเลือกเครื่องมือเพิ่มประสิทธิภาพ | สร้าง () |
ตัวเลือกเครื่องมือเพิ่มประสิทธิภาพ | สร้างบางส่วน () |
OptimizerOptions.Builder | ชัดเจน () |
OptimizerOptions.Builder | clearDoCommonSubexpressionElimination () If true, optimize the graph using common subexpression elimination. |
OptimizerOptions.Builder | clearDoConstantFolding () If true, perform constant folding optimization on the graph. |
OptimizerOptions.Builder | clearDoFunctionInlining () If true, perform function inlining on the graph. |
OptimizerOptions.Builder | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
OptimizerOptions.Builder | ชัดเจนGlobalJitLevel () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
OptimizerOptions.Builder | clearMaxFoldedConstantInBytes () Constant folding optimization replaces tensors whose values can be predetermined, with constant nodes. |
OptimizerOptions.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OptimizerOptions.Builder | ระดับความชัดเจน () Overall optimization level. |
OptimizerOptions.Builder | โคลน () |
ตัวเลือกเครื่องมือเพิ่มประสิทธิภาพ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
บูลีน | getDoCommonSubexpressionElimination () If true, optimize the graph using common subexpression elimination. |
บูลีน | getDoConstantFolding () If true, perform constant folding optimization on the graph. |
บูลีน | getDoFunctionInlining () If true, perform function inlining on the graph. |
เครื่องมือเพิ่มประสิทธิภาพOptions.GlobalJitLevel | รับ GlobalJitLevel () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
ภายใน | รับ GlobalJitLevelValue () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
ยาว | getMaxFoldedConstantInBytes () Constant folding optimization replaces tensors whose values can be predetermined, with constant nodes. |
เครื่องมือเพิ่มประสิทธิภาพตัวเลือกระดับ | รับOptLevel () Overall optimization level. |
ภายใน | getOptLevelValue () Overall optimization level. |
บูลีนสุดท้าย | |
OptimizerOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OptimizerOptions.Builder | mergeFrom (com.google.protobuf.Message อื่น ๆ ) |
OptimizerOptions.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
OptimizerOptions.Builder | setDoCommonSubexpressionElimination (ค่าบูลีน) If true, optimize the graph using common subexpression elimination. |
OptimizerOptions.Builder | setDoConstantFolding (ค่าบูลีน) If true, perform constant folding optimization on the graph. |
OptimizerOptions.Builder | setDoFunctionInlining (ค่าบูลีน) If true, perform function inlining on the graph. |
OptimizerOptions.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
OptimizerOptions.Builder | setGlobalJitLevel (ค่า OptimizerOptions.GlobalJitLevel ) .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
OptimizerOptions.Builder | setGlobalJitLevelValue (ค่า int) .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
OptimizerOptions.Builder | setMaxFoldedConstantInBytes (ค่ายาว) Constant folding optimization replaces tensors whose values can be predetermined, with constant nodes. |
OptimizerOptions.Builder | |
OptimizerOptions.Builder | setOptLevelValue (ค่า int) Overall optimization level. |
OptimizerOptions.Builder | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
OptimizerOptions.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
สาธารณะ OptimizerOptions.Builder addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สาธารณะ OptimizerOptions.Builder clearDoCommonSubexpressionElimination ()
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
สาธารณะ OptimizerOptions.Builder clearDoConstantFolding ()
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
สาธารณะ OptimizerOptions.Builder clearDoFunctionInlining ()
If true, perform function inlining on the graph.
bool do_function_inlining = 4;
สาธารณะ OptimizerOptions.Builder clearGlobalJitLevel ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
สาธารณะ OptimizerOptions.Builder clearMaxFoldedConstantInBytes ()
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;
สาธารณะ OptimizerOptions.Builder clearOptLevel ()
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;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
บูลีนสาธารณะ getDoCommonSubexpressionElimination ()
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
บูลีนสาธารณะ getDoConstantFolding ()
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
บูลีนสาธารณะ getDoFunctionInlining ()
If true, perform function inlining on the graph.
bool do_function_inlining = 4;
สาธารณะ OptimizerOptions.GlobalJitLevel getGlobalJitLevel ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
int สาธารณะ getGlobalJitLevelValue ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
สาธารณะยาว 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;
สาธารณะ 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 สาธารณะ 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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
OptimizerOptions.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
OptimizerOptions.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
OptimizerOptions.Builder สาธารณะ setDoCommonSubexpressionElimination (ค่าบูลีน)
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
OptimizerOptions.Builder สาธารณะ setDoConstantFolding (ค่าบูลีน)
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
สาธารณะ OptimizerOptions.Builder setDoFunctionInlining (ค่าบูลีน)
If true, perform function inlining on the graph.
bool do_function_inlining = 4;
สาธารณะ OptimizerOptions.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สาธารณะ OptimizerOptions.Builder setGlobalJitLevel (ค่า OptimizerOptions.GlobalJitLevel )
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
สาธารณะ OptimizerOptions.Builder setGlobalJitLevelValue (ค่า int)
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
สาธารณะ OptimizerOptions.Builder setMaxFoldedConstantInBytes (ค่ายาว)
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;
สาธารณะ OptimizerOptions.Builder setOptLevel (ค่า OptimizerOptions.Level )
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;
OptimizerOptions.Builder สาธารณะ setOptLevelValue (ค่า int)
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;