static TensorNamespace.DataType |
TensorNamespace.DataType.forNumber(int value) |
|
TensorNamespace.DataType |
OpNamespace.ArgDescriptor.Builder.getDataTypeValue() |
.org.nd4j.ir.DataType dataTypeValue = 7;
|
TensorNamespace.DataType |
OpNamespace.ArgDescriptor.getDataTypeValue() |
.org.nd4j.ir.DataType dataTypeValue = 7;
|
TensorNamespace.DataType |
OpNamespace.ArgDescriptorOrBuilder.getDataTypeValue() |
.org.nd4j.ir.DataType dataTypeValue = 7;
|
TensorNamespace.DataType |
TensorNamespace.TypeProto.TensorDescriptor.Builder.getElemType() |
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
TensorNamespace.DataType |
TensorNamespace.TypeProto.TensorDescriptor.getElemType() |
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
TensorNamespace.DataType |
TensorNamespace.TypeProto.TensorDescriptorOrBuilder.getElemType() |
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
static TensorNamespace.DataType |
TensorNamespace.DataType.valueOf(int value) |
Deprecated.
|
static TensorNamespace.DataType |
TensorNamespace.DataType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TensorNamespace.DataType |
TensorNamespace.DataType.valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static TensorNamespace.DataType[] |
TensorNamespace.DataType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|