static RunOptions.TraceLevel |
RunOptions.TraceLevel.forNumber(int value) |
|
RunOptions.TraceLevel |
RunOptions.Builder.getTraceLevel() |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
RunOptions.TraceLevel |
RunOptions.getTraceLevel() |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
RunOptions.TraceLevel |
RunOptionsOrBuilder.getTraceLevel() |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(int value) |
Deprecated.
|
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static RunOptions.TraceLevel[] |
RunOptions.TraceLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|