static OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.DataLocation.forNumber(int value) |
|
OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.Builder.getDataLocation() |
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.
|
OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.getDataLocation() |
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.
|
OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProtoOrBuilder.getDataLocation() |
If value not set, data is stored in raw_data (if set) otherwise in type-specified field.
|
static OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.DataLocation.valueOf(int value) |
Deprecated.
|
static OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.DataLocation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OnnxMl.TensorProto.DataLocation |
OnnxMl.TensorProto.DataLocation.valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static OnnxMl.TensorProto.DataLocation[] |
OnnxMl.TensorProto.DataLocation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|