OptimizerOptions

genel son sınıf OptimizerOptions

 Options passed to the graph optimizer
 
Protobuf türü tensorflow.OptimizerOptions

İç İçe Sınıflar

sınıf OptimizerOptions.Builder
 Options passed to the graph optimizer
 
Protobuf tipi tensorflow.OptimizerOptions
Sıralama OptimizerOptions.GlobalJitLevel
 Control the use of the compiler/jit. 
Sıralama OptimizerOptions.Level
 Optimization level
 
Protobuf enum tensorflow.OptimizerOptions.Level

Sabitler

int DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER
int DO_CONSTANT_FOLDING_FIELD_NUMBER
int DO_FUNCTION_INLINING_FIELD_NUMBER
int GLOBAL_JIT_LEVEL_FIELD_NUMBER
int MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER
int OPT_LEVEL_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
Statik Optimize Edici Seçenekleri
Optimize Edici Seçenekleri
final statik com.google.protobuf.Descriptors.Descriptor
boolean
getDoCommonSubexpressionElimination ()
 If true, optimize the graph using common subexpression elimination.
boolean
getDoConstantFolding ()
 If true, perform constant folding optimization on the graph.
boolean
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;
uzun
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
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik OptimizerOptions.Builder
statik OptimizerOptions.Builder
OptimizerOptions.Builder
Statik Optimize Edici Seçenekleri
parseDelimitedFrom (InputStream girişi)
Statik Optimize Edici Seçenekleri
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Optimize Edici Seçenekleri
parseFrom (ByteBuffer verileri)
Statik Optimize Edici Seçenekleri
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Optimize Edici Seçenekleri
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Optimize Edici Seçenekleri
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Statik Optimize Edici Seçenekleri
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Optimize Edici Seçenekleri
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Statik Optimize Edici Seçenekleri
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik Optimize Edici Seçenekleri
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
OptimizerOptions.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int DO_COMMON_SUBEXPRESSION_ELIMINATION_FIELD_NUMBER

Sabit Değer: 1

genel statik final int DO_CONSTANT_FOLDING_FIELD_NUMBER

Sabit Değer: 2

genel statik final int DO_FUNCTION_INLINING_FIELD_NUMBER

Sabit Değer: 4

genel statik final int GLOBAL_JIT_LEVEL_FIELD_NUMBER

Sabit Değer: 5

genel statik final int MAX_FOLDED_CONSTANT_IN_BYTES_FIELD_NUMBER

Sabit Değer: 6

genel statik final int OPT_LEVEL_FIELD_NUMBER

Sabit Değer: 3

Genel Yöntemler

genel boole eşittir (Object obj)

public static OptimizerOptions getDefaultInstance ()

public OptimizerOptions getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel boolean getDoCommonSubexpressionElimination ()

 If true, optimize the graph using common subexpression elimination.
 
bool do_common_subexpression_elimination = 1;

genel boolean getDoConstantFolding ()

 If true, perform constant folding optimization on the graph.
 
bool do_constant_folding = 2;

genel 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;

halka açık uzun 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;

halk getParserForType ()

public int getSerializedSize ()

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

genel int hashCode ()

genel final boolean isInitialized ()

public static OptimizerOptions.Builder newBuilder ( OptimizerOptions prototipi)

public static OptimizerOptions.Builder newBuilder ()

public OptimizerOptions.Builder newBuilderForType ()

public static OptimizerOptions ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static OptimizerOptions ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static OptimizerOptions ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik OptimizerOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static OptimizerOptions ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik OptimizerOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik OptimizerOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static OptimizerOptions parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik OptimizerOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

public OptimizerOptions.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası