ממשק ציבורי 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. |
מופשט אופטימיזציה אפשרויות.רמה | 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;
Public abstract 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;