Package org.nd4j.graph
Class DType
- java.lang.Object
-
- org.nd4j.graph.DType
-
public final class DType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteBFLOAT16static byteBOOLstatic byteDOUBLEstatic byteFLOATstatic byteFLOAT8static byteHALFstatic byteHALF2static byteINHERITstatic byteINT16static byteINT32static byteINT64static byteINT8static String[]namesstatic byteQINT16static byteQINT8static byteUINT16static byteUINT32static byteUINT64static byteUINT8static byteUTF16static byteUTF32static byteUTF8
-
-
-
Field Detail
-
INHERIT
public static final byte INHERIT
- See Also:
- Constant Field Values
-
BOOL
public static final byte BOOL
- See Also:
- Constant Field Values
-
FLOAT8
public static final byte FLOAT8
- See Also:
- Constant Field Values
-
HALF
public static final byte HALF
- See Also:
- Constant Field Values
-
HALF2
public static final byte HALF2
- See Also:
- Constant Field Values
-
FLOAT
public static final byte FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final byte DOUBLE
- See Also:
- Constant Field Values
-
INT8
public static final byte INT8
- See Also:
- Constant Field Values
-
INT16
public static final byte INT16
- See Also:
- Constant Field Values
-
INT32
public static final byte INT32
- See Also:
- Constant Field Values
-
INT64
public static final byte INT64
- See Also:
- Constant Field Values
-
UINT8
public static final byte UINT8
- See Also:
- Constant Field Values
-
UINT16
public static final byte UINT16
- See Also:
- Constant Field Values
-
UINT32
public static final byte UINT32
- See Also:
- Constant Field Values
-
UINT64
public static final byte UINT64
- See Also:
- Constant Field Values
-
QINT8
public static final byte QINT8
- See Also:
- Constant Field Values
-
QINT16
public static final byte QINT16
- See Also:
- Constant Field Values
-
BFLOAT16
public static final byte BFLOAT16
- See Also:
- Constant Field Values
-
UTF8
public static final byte UTF8
- See Also:
- Constant Field Values
-
UTF16
public static final byte UTF16
- See Also:
- Constant Field Values
-
UTF32
public static final byte UTF32
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-