| Package | Description |
|---|---|
| org.nd4j.ir |
| Modifier and Type | Method and Description |
|---|---|
static TensorNamespace.DataType |
TensorNamespace.DataType.forNumber(int value) |
TensorNamespace.DataType |
OpNamespace.ArgDescriptorOrBuilder.getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7; |
TensorNamespace.DataType |
OpNamespace.ArgDescriptor.getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7; |
TensorNamespace.DataType |
OpNamespace.ArgDescriptor.Builder.getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7; |
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.
|
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.TensorDescriptor.Builder.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(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
static TensorNamespace.DataType |
TensorNamespace.DataType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TensorNamespace.DataType |
TensorNamespace.DataType.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.nd4j.shade.protobuf.Internal.EnumLiteMap<TensorNamespace.DataType> |
TensorNamespace.DataType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
OpNamespace.ArgDescriptor.Builder |
OpNamespace.ArgDescriptor.Builder.setDataTypeValue(TensorNamespace.DataType value)
.org.nd4j.ir.DataType dataTypeValue = 7; |
TensorNamespace.TypeProto.TensorDescriptor.Builder |
TensorNamespace.TypeProto.TensorDescriptor.Builder.setElemType(TensorNamespace.DataType value)
This field MUST NOT have the value of UNDEFINED
This field MUST be present for this version of the IR.
|
Copyright © 2021. All rights reserved.