Uses of Class
org.tensorflow.framework.TensorInfo.EncodingCase
-
Packages that use TensorInfo.EncodingCase Package Description org.tensorflow.framework -
-
Uses of TensorInfo.EncodingCase in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorInfo.EncodingCase Modifier and Type Method Description static TensorInfo.EncodingCaseTensorInfo.EncodingCase. forNumber(int value)TensorInfo.EncodingCaseTensorInfo.Builder. getEncodingCase()TensorInfo.EncodingCaseTensorInfo. getEncodingCase()TensorInfo.EncodingCaseTensorInfoOrBuilder. getEncodingCase()static TensorInfo.EncodingCaseTensorInfo.EncodingCase. valueOf(int value)Deprecated.static TensorInfo.EncodingCaseTensorInfo.EncodingCase. valueOf(String name)Returns the enum constant of this type with the specified name.static TensorInfo.EncodingCase[]TensorInfo.EncodingCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-