ModelElementType
enum ModelElementType : UInt@enum ModelElementType This enum specifies the type of elements in the custom model’s input or output.
-
Element type unknown/undefined.
Declaration
Swift
case unknown = 0 -
32-bit single precision floating point.
Declaration
Swift
case float32 = 1 -
32-bit signed integer.
Declaration
Swift
case int32 = 2 -
8-bit unsigned integer.
Declaration
Swift
case uInt8 = 3 -
64-bit signed integer.
Declaration
Swift
case int64 = 4