Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
static RunOptions.TraceLevel |
RunOptions.TraceLevel.forNumber(int value) |
RunOptions.TraceLevel |
RunOptions.getTraceLevel()
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
RunOptions.TraceLevel |
RunOptions.Builder.getTraceLevel()
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
RunOptions.TraceLevel |
RunOptionsOrBuilder.getTraceLevel()
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunOptions.TraceLevel |
RunOptions.TraceLevel.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<RunOptions.TraceLevel> |
RunOptions.TraceLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
RunOptions.Builder |
RunOptions.Builder.setTraceLevel(RunOptions.TraceLevel value)
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
Copyright © 2015–2019. All rights reserved.