Uses of Enum Class
org.tensorflow.framework.RunOptions.TraceLevel
Packages that use RunOptions.TraceLevel
-
Uses of RunOptions.TraceLevel in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunOptions.TraceLevelModifier and TypeMethodDescriptionstatic RunOptions.TraceLevelRunOptions.TraceLevel.forNumber(int value) RunOptions.Builder.getTraceLevel().tensorflow.RunOptions.TraceLevel trace_level = 1;RunOptions.getTraceLevel().tensorflow.RunOptions.TraceLevel trace_level = 1;RunOptionsOrBuilder.getTraceLevel().tensorflow.RunOptions.TraceLevel trace_level = 1;static RunOptions.TraceLevelRunOptions.TraceLevel.valueOf(int value) Deprecated.static RunOptions.TraceLevelRunOptions.TraceLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RunOptions.TraceLevelReturns the enum constant of this class with the specified name.static RunOptions.TraceLevel[]RunOptions.TraceLevel.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 RunOptions.TraceLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RunOptions.TraceLevel> RunOptions.TraceLevel.internalGetValueMap()Methods in org.tensorflow.framework with parameters of type RunOptions.TraceLevelModifier and TypeMethodDescriptionRunOptions.Builder.setTraceLevel(RunOptions.TraceLevel value) .tensorflow.RunOptions.TraceLevel trace_level = 1;