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.EncodingCase
TensorInfo.EncodingCase. forNumber(int value)
TensorInfo.EncodingCase
TensorInfo.Builder. getEncodingCase()
TensorInfo.EncodingCase
TensorInfo. getEncodingCase()
TensorInfo.EncodingCase
TensorInfoOrBuilder. getEncodingCase()
static TensorInfo.EncodingCase
TensorInfo.EncodingCase. valueOf(int value)
Deprecated.static TensorInfo.EncodingCase
TensorInfo.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.
-