Uses of Enum
org.tensorflow.proto.RunOptions.TraceLevel
Packages that use RunOptions.TraceLevel
-
Uses of RunOptions.TraceLevel in org.tensorflow.proto
Subclasses with type arguments of type RunOptions.TraceLevel in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumTODO(pbar) Turn this into a TraceOptions proto which allows tracing to be controlled in a more orthogonal manner?Methods in org.tensorflow.proto 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(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RunOptions.TraceLevelReturns 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.Methods in org.tensorflow.proto that return types with arguments of type RunOptions.TraceLevelMethods in org.tensorflow.proto with parameters of type RunOptions.TraceLevelModifier and TypeMethodDescriptionRunOptions.Builder.setTraceLevel(RunOptions.TraceLevel value) .tensorflow.RunOptions.TraceLevel trace_level = 1;