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
getGlobalJit레벨 ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
추상 정수
getGlobalJit레벨값 ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
추상적인 긴
getMaxFoldedConstantInBytes ()
 Constant folding optimization replaces tensors whose values can be
 predetermined, with constant nodes.
추상 OptimizerOptions.레벨
getOpt레벨 ()
 Overall optimization level.
추상 정수
getOpt레벨값 ()
 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;