OptimizerOptionsOrBuilder

OptimizerOptionsOrBuilder อินเทอร์เฟซสาธารณะ
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บูลีนนามธรรม
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.
บทคัดย่อ OptimizerOptions.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.
บทคัดย่อ OptimizerOptions.Level
รับOptLevel ()
 Overall optimization level.
บทคัดย่อ
getOptLevelValue ()
 Overall optimization level.

วิธีการสาธารณะ

บูลีนนามธรรมสาธารณะ 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;