Package | com.tuarua.firebase.ml.custom |
Class | public final class ModelElementType |
Inheritance | ModelElementType ![]() |
Constant | Defined By | ||
---|---|---|---|
byte : uint = 3 [static] 8-bit unsigned integer. | ModelElementType | ||
float32 : uint = 1 [static] 32-bit single precision floating point. | ModelElementType | ||
int32 : uint = 2 [static] 32-bit signed integer. | ModelElementType | ||
long : int = 4 [static] 64-bit signed integer. | ModelElementType | ||
unknown : uint = 0 [static] Element type unknown/undefined. | ModelElementType |
byte | Constant |
public static const byte:uint = 3
8-bit unsigned integer.
float32 | Constant |
public static const float32:uint = 1
32-bit single precision floating point.
int32 | Constant |
public static const int32:uint = 2
32-bit signed integer.
long | Constant |
public static const long:int = 4
64-bit signed integer.
unknown | Constant |
public static const unknown:uint = 0
Element type unknown/undefined.