Uses of Enum Class
ai.onnx.proto.OnnxMl.TensorProto.DataType
Packages that use OnnxMl.TensorProto.DataType
-
Uses of OnnxMl.TensorProto.DataType in ai.onnx.proto
Subclasses with type arguments of type OnnxMl.TensorProto.DataType in ai.onnx.protoModifier and TypeClassDescriptionstatic enumProtobuf enumonnx.TensorProto.DataTypeMethods in ai.onnx.proto that return OnnxMl.TensorProto.DataTypeModifier and TypeMethodDescriptionstatic OnnxMl.TensorProto.DataTypeOnnxMl.TensorProto.DataType.forNumber(int value) static OnnxMl.TensorProto.DataTypeOnnxMl.TensorProto.DataType.valueOf(int value) Deprecated.static OnnxMl.TensorProto.DataTypeOnnxMl.TensorProto.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OnnxMl.TensorProto.DataTypeReturns the enum constant of this class with the specified name.static OnnxMl.TensorProto.DataType[]OnnxMl.TensorProto.DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorProto.DataTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OnnxMl.TensorProto.DataType> OnnxMl.TensorProto.DataType.internalGetValueMap() -
Uses of OnnxMl.TensorProto.DataType in org.tribuo.util.onnx
Methods in org.tribuo.util.onnx with parameters of type OnnxMl.TensorProto.DataTypeModifier and TypeMethodDescriptionstatic OnnxMl.TypeProtoONNXUtils.buildTensorTypeNode(org.tribuo.util.onnx.ONNXShape shape, OnnxMl.TensorProto.DataType type) Builds a type proto for the specified shape and tensor type.