Uses of Enum Class
ai.onnx.proto.OnnxMl.TensorProto.DataLocation
Packages that use OnnxMl.TensorProto.DataLocation
-
Uses of OnnxMl.TensorProto.DataLocation in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.TensorProto.DataLocationModifier and TypeMethodDescriptionOnnxMl.TensorProto.DataLocation.forNumber
(int value) OnnxMl.TensorProto.Builder.getDataLocation()
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.OnnxMl.TensorProto.getDataLocation()
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.OnnxMl.TensorProtoOrBuilder.getDataLocation()
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.OnnxMl.TensorProto.DataLocation.valueOf
(int value) Deprecated.OnnxMl.TensorProto.DataLocation.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static OnnxMl.TensorProto.DataLocation[]
OnnxMl.TensorProto.DataLocation.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.DataLocationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OnnxMl.TensorProto.DataLocation>
OnnxMl.TensorProto.DataLocation.internalGetValueMap()
Methods in ai.onnx.proto with parameters of type OnnxMl.TensorProto.DataLocationModifier and TypeMethodDescriptionOnnxMl.TensorProto.Builder.setDataLocation
(OnnxMl.TensorProto.DataLocation value) If value not set, data is stored in raw_data (if set) otherwise in type-specified field.