FIRModelElementType
enum FIRModelElementType {}@enum ModelElementType This enum specifies the type of elements in the custom model’s input or output.
-
Element type unknown/undefined.
Declaration
Objective-C
FIRModelElementTypeUnknown = 0 -
32-bit single precision floating point.
Declaration
Objective-C
FIRModelElementTypeFloat32 -
32-bit signed integer.
Declaration
Objective-C
FIRModelElementTypeInt32 -
8-bit unsigned integer.
Declaration
Objective-C
FIRModelElementTypeUInt8 -
64-bit signed integer.
Declaration
Objective-C
FIRModelElementTypeInt64