Uses of Class
ai.konduit.serving.model.TensorDataType
-
Packages that use TensorDataType Package Description ai.konduit.serving.model -
-
Uses of TensorDataType in ai.konduit.serving.model
Methods in ai.konduit.serving.model that return TensorDataType Modifier and Type Method Description static TensorDataTypeTensorDataType. fromNd4jType(org.nd4j.linalg.api.buffer.DataType dataType)Deprecated.static TensorDataTypeTensorDataType. fromNd4jType(org.nd4j.linalg.api.ndarray.INDArray array)Deprecated.static TensorDataTypeTensorDataType. fromProtoValue(java.lang.String value)Deprecated.Map a tensor data type to a proto value found in tensorflow.static TensorDataTypeTensorDataType. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static TensorDataType[]TensorDataType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.konduit.serving.model with parameters of type TensorDataType Modifier and Type Method Description static org.nd4j.linalg.api.buffer.DataTypeTensorDataType. toNd4jType(TensorDataType tensorDataType)Deprecated.static java.lang.StringTensorDataType. toPythonName(TensorDataType tensorDataType)Deprecated.Get the python name for the given data type
-