Package | Description |
---|---|
onnx |
Modifier and Type | Method and Description |
---|---|
static OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.DataType.forNumber(int value) |
OnnxMl.TensorProto.DataType |
OnnxMl.TensorProtoOrBuilder.getDataType()
The data type of the tensor.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.getDataType()
The data type of the tensor.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.Builder.getDataType()
The data type of the tensor.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.TensorOrBuilder.getElemType()
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.Tensor.getElemType()
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.Tensor.Builder.getElemType()
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.MapOrBuilder.getKeyType()
This field MUST be present for this version of the IR.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.Map.getKeyType()
This field MUST be present for this version of the IR.
|
OnnxMl.TensorProto.DataType |
OnnxMl.TypeProto.Map.Builder.getKeyType()
This field MUST be present for this version of the IR.
|
static OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.DataType.valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
static OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.DataType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OnnxMl.TensorProto.DataType |
OnnxMl.TensorProto.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnnxMl.TensorProto.DataType[] |
OnnxMl.TensorProto.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.nd4j.shade.protobuf.Internal.EnumLiteMap<OnnxMl.TensorProto.DataType> |
OnnxMl.TensorProto.DataType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
OnnxMl.TensorProto.Builder |
OnnxMl.TensorProto.Builder.setDataType(OnnxMl.TensorProto.DataType value)
The data type of the tensor.
|
OnnxMl.TypeProto.Tensor.Builder |
OnnxMl.TypeProto.Tensor.Builder.setElemType(OnnxMl.TensorProto.DataType value)
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
OnnxMl.TypeProto.Map.Builder |
OnnxMl.TypeProto.Map.Builder.setKeyType(OnnxMl.TensorProto.DataType value)
This field MUST be present for this version of the IR.
|
Copyright © 2020. All rights reserved.