Protocols

The following protocols are available globally.

  • Protocol used where [Float] values are expected.

    See more

    Declaration

    Swift

    public protocol FloatData
  • Protocol used where [Int32] values are expected.

    See more

    Declaration

    Swift

    public protocol Int32Data
  • Protocol used where [UInt32] values are expected.

    See more

    Declaration

    Swift

    public protocol UInt32Data
  • Protocol declaring that structure has shape.

    See more

    Declaration

    Swift

    public protocol ShapeData
  • Protocol for classes and structs that can be passed to traning in callbacks array.

    See more

    Declaration

    Swift

    public protocol Callback