MPSMatrix
A 2D array of data that stores the data’s values.
Declaration
class MPSMatrixOverview
MPSMatrix objects serve as inputs and outputs of MPSMatrixMultiplication objects. Matrix data is assumed to be stored in row-major order.
A 2D array of data that stores the data’s values.
class MPSMatrixMPSMatrix objects serve as inputs and outputs of MPSMatrixMultiplication objects. Matrix data is assumed to be stored in row-major order.