Uses of Enum
org.tensorflow.proto.TensorDebugMode
Packages that use TensorDebugMode
-
Uses of TensorDebugMode in org.tensorflow.proto
Subclasses with type arguments of type TensorDebugMode in org.tensorflow.protoModifier and TypeClassDescriptionenumAvailable modes for extracting debugging information from a Tensor.Methods in org.tensorflow.proto that return TensorDebugModeModifier and TypeMethodDescriptionstatic TensorDebugModeTensorDebugMode.forNumber(int value) Execution.Builder.getTensorDebugMode()Type of the tensor value encapsulated in this proto.Execution.getTensorDebugMode()Type of the tensor value encapsulated in this proto.ExecutionOrBuilder.getTensorDebugMode()Type of the tensor value encapsulated in this proto.GraphExecutionTrace.Builder.getTensorDebugMode()Type of the tensor value encapsulated in this proto.GraphExecutionTrace.getTensorDebugMode()Type of the tensor value encapsulated in this proto.GraphExecutionTraceOrBuilder.getTensorDebugMode()Type of the tensor value encapsulated in this proto.static TensorDebugModeTensorDebugMode.valueOf(int value) Deprecated.static TensorDebugModeTensorDebugMode.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TensorDebugModeReturns the enum constant of this type with the specified name.static TensorDebugMode[]TensorDebugMode.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 TensorDebugModeModifier and TypeMethodDescriptionstatic Internal.EnumLiteMap<TensorDebugMode> TensorDebugMode.internalGetValueMap()Methods in org.tensorflow.proto with parameters of type TensorDebugModeModifier and TypeMethodDescriptionExecution.Builder.setTensorDebugMode(TensorDebugMode value) Type of the tensor value encapsulated in this proto.GraphExecutionTrace.Builder.setTensorDebugMode(TensorDebugMode value) Type of the tensor value encapsulated in this proto.