OptimizerOptions della classe finale pubblica
Options passed to the graph optimizerTipo di protobuf
tensorflow.OptimizerOptions
Classi nidificate
classe | OptimizerOptions.Builder | Options passed to the graph optimizerTipo di protobuf tensorflow.OptimizerOptions | |
enum | OptimizerOptions.GlobalJitLevel | Control the use of the compiler/jit. | |
enum | OptimizerOptions.Level | Optimization levelProtobuf enum tensorflow.OptimizerOptions.Level |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
Opzioni di ottimizzazione statiche | |
Opzioni dell'ottimizzatore | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
booleano | getDoCommonSubexpressionElimination () If true, optimize the graph using common subexpression elimination. |
booleano | getDoConstantFolding () If true, perform constant folding optimization on the graph. |
booleano | 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; |
lungo | 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. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
int | codicehash () |
booleano finale | |
OptimizerOptions.Builder statico | newBuilder (prototipo OptimizerOptions ) |
OptimizerOptions.Builder statico | |
OptimizerOptions.Builder | |
Opzioni di ottimizzazione statiche | parseDelimitedFrom (input InputStream) |
Opzioni di ottimizzazione statiche | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opzioni di ottimizzazione statiche | parseFrom (dati ByteBuffer) |
Opzioni di ottimizzazione statiche | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Opzioni di ottimizzazione statiche | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opzioni di ottimizzazione statiche | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
Opzioni di ottimizzazione statiche | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opzioni di ottimizzazione statiche | parseFrom (dati com.google.protobuf.ByteString) |
Opzioni di ottimizzazione statiche | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opzioni di ottimizzazione statiche | parseFrom (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
OptimizerOptions.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
Valore costante: 1
pubblico statico finale int DO_CONSTANT_FOLDING_FIELD_NUMBER
Valore costante: 2
public static final int DO_FUNCTION_INLINING_FIELD_NUMBER
Valore costante: 4
public static final int GLOBAL_JIT_LEVEL_FIELD_NUMBER
Valore costante: 5
pubblico statico finale int MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
Valore costante: 6
public static final int OPT_LEVEL_FIELD_NUMBER
Valore costante: 3
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public booleano getDoCommonSubexpressionElimination ()
If true, optimize the graph using common subexpression elimination.
bool do_common_subexpression_elimination = 1;
pubblico booleano getDoConstantFolding ()
If true, perform constant folding optimization on the graph.
bool do_constant_folding = 2;
pubblico booleano 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;
pubblico lungo 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;
pubblico 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;
pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
OptimizerOptions statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
OptimizerOptions statico pubblico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
OptimizerOptions statico pubblico parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
public static OptimizerOptions parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
OptimizerOptions statico pubblico parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
public static OptimizerOptions parseFrom (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
OptimizerOptions statico pubblico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
OptimizerOptions statico pubblico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|