Protocols
The following protocols are available globally.
-
Protocol used where [Float] values are expected.
See moreDeclaration
Swift
public protocol FloatData
-
Protocol used where [Int32] values are expected.
See moreDeclaration
Swift
public protocol Int32Data
-
Protocol used where [UInt32] values are expected.
See moreDeclaration
Swift
public protocol UInt32Data
-
Protocol declaring that structure has shape.
See moreDeclaration
Swift
public protocol ShapeData
-
Protocol for classes and structs that can be passed to traning in callbacks array.
See moreDeclaration
Swift
public protocol Callback