Uses of Enum Class
org.tensorflow.framework.RewriterConfig.NumIterationsType
Packages that use RewriterConfig.NumIterationsType
-
Uses of RewriterConfig.NumIterationsType in org.tensorflow.framework
Methods in org.tensorflow.framework that return RewriterConfig.NumIterationsTypeModifier and TypeMethodDescriptionRewriterConfig.NumIterationsType.forNumber(int value) RewriterConfig.Builder.getMetaOptimizerIterations()Controls how many times we run the optimizers in meta optimizer (default is once).RewriterConfig.getMetaOptimizerIterations()Controls how many times we run the optimizers in meta optimizer (default is once).RewriterConfigOrBuilder.getMetaOptimizerIterations()Controls how many times we run the optimizers in meta optimizer (default is once).RewriterConfig.NumIterationsType.valueOf(int value) Deprecated.RewriterConfig.NumIterationsType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static RewriterConfig.NumIterationsType[]RewriterConfig.NumIterationsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type RewriterConfig.NumIterationsTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RewriterConfig.NumIterationsType> RewriterConfig.NumIterationsType.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type RewriterConfig.NumIterationsTypeModifier and TypeMethodDescriptionRewriterConfig.Builder.setMetaOptimizerIterations(RewriterConfig.NumIterationsType value) Controls how many times we run the optimizers in meta optimizer (default is once).