public final class MLCDataType
extends java.lang.Object
A tensor data type.
| Modifier and Type | Field and Description |
|---|---|
static int |
Boolean
The Boolean data type.
|
static int |
Count
holds the number of MLCDataTypes
|
static int |
Float16
The 16-bit floating-point data type.
|
static int |
Float32
The 32-bit floating-point data type.
|
static int |
Int32
The 32-bit integer data type.
|
static int |
Int64
The 64-bit integer data type.
|
static int |
Int8
The 8-bit integer data type.
|
static int |
Invalid |
static int |
UInt8
The 8-bit unsigned integer data type.
|
public static final int Invalid
public static final int Float32
public static final int Float16
public static final int Boolean
public static final int Int64
public static final int Int32
public static final int Int8
public static final int UInt8
public static final int Count