public interface RewriterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AutoParallelOptions |
getAutoParallel()
.tensorflow.AutoParallelOptions auto_parallel = 5; |
AutoParallelOptionsOrBuilder |
getAutoParallelOrBuilder()
.tensorflow.AutoParallelOptions auto_parallel = 5; |
boolean |
getConstantFolding()
bool constant_folding = 3; |
boolean |
getDisableModelPruning()
bool disable_model_pruning = 2; |
RewriterConfig.MemOptType |
getMemoryOptimization()
.tensorflow.RewriterConfig.MemOptType memory_optimization = 4; |
int |
getMemoryOptimizationValue()
.tensorflow.RewriterConfig.MemOptType memory_optimization = 4; |
String |
getOptimizers(int index)
If non-empty, will use this as an alternative way to specify a list of
optimizations to turn on and the order of the optimizations.
|
com.google.protobuf.ByteString |
getOptimizersBytes(int index)
If non-empty, will use this as an alternative way to specify a list of
optimizations to turn on and the order of the optimizations.
|
int |
getOptimizersCount()
If non-empty, will use this as an alternative way to specify a list of
optimizations to turn on and the order of the optimizations.
|
List<String> |
getOptimizersList()
If non-empty, will use this as an alternative way to specify a list of
optimizations to turn on and the order of the optimizations.
|
boolean |
getOptimizeTensorLayout()
bool optimize_tensor_layout = 1; |
boolean |
hasAutoParallel()
.tensorflow.AutoParallelOptions auto_parallel = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getOptimizeTensorLayout()
bool optimize_tensor_layout = 1;
boolean getDisableModelPruning()
bool disable_model_pruning = 2;
boolean getConstantFolding()
bool constant_folding = 3;
int getMemoryOptimizationValue()
.tensorflow.RewriterConfig.MemOptType memory_optimization = 4;
RewriterConfig.MemOptType getMemoryOptimization()
.tensorflow.RewriterConfig.MemOptType memory_optimization = 4;
boolean hasAutoParallel()
.tensorflow.AutoParallelOptions auto_parallel = 5;
AutoParallelOptions getAutoParallel()
.tensorflow.AutoParallelOptions auto_parallel = 5;
AutoParallelOptionsOrBuilder getAutoParallelOrBuilder()
.tensorflow.AutoParallelOptions auto_parallel = 5;
List<String> getOptimizersList()
If non-empty, will use this as an alternative way to specify a list of optimizations to turn on and the order of the optimizations.
repeated string optimizers = 100;
int getOptimizersCount()
If non-empty, will use this as an alternative way to specify a list of optimizations to turn on and the order of the optimizations.
repeated string optimizers = 100;
String getOptimizers(int index)
If non-empty, will use this as an alternative way to specify a list of optimizations to turn on and the order of the optimizations.
repeated string optimizers = 100;
com.google.protobuf.ByteString getOptimizersBytes(int index)
If non-empty, will use this as an alternative way to specify a list of optimizations to turn on and the order of the optimizations.
repeated string optimizers = 100;
Copyright © 2015–2017. All rights reserved.