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
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.
বিমূর্ত OptimizerOptions.Level
getOptLevel ()
 Overall optimization level.
বিমূর্ত int
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;