パブリック最終クラスOptimizerOptions
Options passed to the graph optimizerProtobuf 型
tensorflow.OptimizerOptions
ネストされたクラス
クラス | OptimizerOptions.Builder | Options passed to the graph optimizerProtobuf 型 tensorflow.OptimizerOptions | |
列挙型 | OptimizerOptions.GlobalJitLevel | Control the use of the compiler/jit. | |
列挙型 | OptimizerOptions.Level | Optimization levelProtobuf enum tensorflow.OptimizerOptions.Level |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的オプティマイザーオプション | |
オプティマイザーオプション | |
最終的な静的 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. |
OptimizerOptions.GlobalJitLevel | getGlobalJitLevel () .tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5; |
整数 | 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. |
整数 | getOptLevelValue () Overall optimization level. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的OptimizerOptions.Builder | newBuilder ( OptimizerOptionsプロトタイプ) |
静的OptimizerOptions.Builder | newBuilder () |
OptimizerOptions.Builder | |
静的オプティマイザーオプション | parseDelimitedFrom (InputStream 入力) |
静的オプティマイザーオプション | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的オプティマイザーオプション | parseFrom (ByteBuffer データ) |
静的オプティマイザーオプション | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的オプティマイザーオプション | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的オプティマイザーオプション | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的オプティマイザーオプション | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的オプティマイザーオプション | parseFrom (com.google.protobuf.ByteString データ) |
静的オプティマイザーオプション | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的オプティマイザーオプション | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
OptimizerOptions.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
定数値: 1
パブリック静的最終整数DO_CONSTANT_FOLDING_FIELD_NUMBER
定数値: 2
パブリック静的最終整数DO_FUNCTION_INLINING_FIELD_NUMBER
定数値: 4
パブリック静的最終整数GLOBAL_JIT_LEVEL_FIELD_NUMBER
定数値: 5
パブリック静的最終整数MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
定数値: 6
パブリック静的最終整数OPT_LEVEL_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public boolean getDoCommonSubexpressionElimination ()
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
public boolean getDoConstantFolding ()
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
public boolean getDoFunctionInlining ()
If true, perform function inlining on the graph.
bool do_function_inlining = 4;
public OptimizerOptions.GlobalJitLevel getGlobalJitLevel ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
public int getGlobalJitLevelValue ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
public long 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;
public 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;
public 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;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static OptimizerOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static OptimizerOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static OptimizerOptions parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static OptimizerOptions parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static OptimizerOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static OptimizerOptions parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|