static RewriterConfig.NumIterationsType |
RewriterConfig.NumIterationsType.forNumber(int value) |
|
RewriterConfig.NumIterationsType |
RewriterConfig.Builder.getMetaOptimizerIterations() |
Controls how many times we run the optimizers in meta optimizer (default
is once).
|
RewriterConfig.NumIterationsType |
RewriterConfig.getMetaOptimizerIterations() |
Controls how many times we run the optimizers in meta optimizer (default
is once).
|
RewriterConfig.NumIterationsType |
RewriterConfigOrBuilder.getMetaOptimizerIterations() |
Controls how many times we run the optimizers in meta optimizer (default
is once).
|
static RewriterConfig.NumIterationsType |
RewriterConfig.NumIterationsType.valueOf(int value) |
Deprecated.
|
static RewriterConfig.NumIterationsType |
RewriterConfig.NumIterationsType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RewriterConfig.NumIterationsType |
RewriterConfig.NumIterationsType.valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static RewriterConfig.NumIterationsType[] |
RewriterConfig.NumIterationsType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|