OptimizerOptions

OptimizerOptions de clase final pública

 Options passed to the graph optimizer
 
Tipo de tensorflow.OptimizerOptions

Clases anidadas

clase OptimizerOptions.Builder
 Options passed to the graph optimizer
 
Tipo de tensorflow.OptimizerOptions
enumeración OptimizerOptions.GlobalJitLevel
 Control the use of the compiler/jit. 
enumeración OptimizerOptions.Level
 Optimization level
 
Protobuf enumeración tensorflow.OptimizerOptions.Level

Constantes

En t DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
En t DO_CONSTANT_FOLDING_FIELD_NUMBER
En t DO_FUNCTION_INLINING_FIELD_NUMBER
En t GLOBAL_JIT_LEVEL_FIELD_NUMBER
En t MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
En tOPT_LEVEL_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
OptimizerOptions estáticas
OptimizerOptions
com.google.protobuf.Descriptors.Descriptor estático final
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;
En t
getGlobalJitLevelValue ()
.tensorflow.OptimizerOptions.GlobalJitLevel global_jit_level = 5;
largo
getMaxFoldedConstantInBytes ()
 Constant folding optimization replaces tensors whose values can be
 predetermined, with constant nodes.
OptimizerOptions.Level
getOptLevel ()
 Overall optimization level.
En t
getOptLevelValue ()
 Overall optimization level.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static OptimizerOptions.Builder
static OptimizerOptions.Builder
OptimizerOptions.Builder
OptimizerOptions estáticas
parseDelimitedFrom (entrada InputStream)
OptimizerOptions estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OptimizerOptions estáticas
parseFrom (datos ByteBuffer)
OptimizerOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OptimizerOptions estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OptimizerOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
OptimizerOptions estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OptimizerOptions estáticas
parseFrom (datos com.google.protobuf.ByteString)
OptimizerOptions estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OptimizerOptions estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
OptimizerOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER

Valor constante: 1

public static final int DO_CONSTANT_FOLDING_FIELD_NUMBER

Valor constante: 2

public static final int DO_FUNCTION_INLINING_FIELD_NUMBER

Valor constante: 4

public static final int GLOBAL_JIT_LEVEL_FIELD_NUMBER

Valor constante: 5

public static final int MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER

Valor constante: 6

público estático final int OPT_LEVEL_FIELD_NUMBER

Valor constante: 3

Métodos públicos

public boolean es igual a (Object obj)

OptimizerOptions estáticas públicas getDefaultInstance ()

public OptimizerOptions getDefaultInstanceForType ()

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;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static OptimizerOptions.Builder newBuilder (prototipo OptimizerOptions )

public static OptimizerOptions.Builder newBuilder ()

public OptimizerOptions.Builder newBuilderForType ()

public static OptimizerOptions parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static OptimizerOptions parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static OptimizerOptions parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static OptimizerOptions parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static OptimizerOptions parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static OptimizerOptions parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static OptimizerOptions parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static OptimizerOptions parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static OptimizerOptions parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static OptimizerOptions parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public OptimizerOptions.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException