blockFactors
A Mtltensorextents instance that describes how many data plane elements correspond to one element in this plane.
Declaration
@NSCopying var blockFactors: MTLTensorExtents { get set }Discussion
The rank of the block factors must match the rank of the tensor’s dimensions.
The first element of the block factors must be 32. All remaining elements must be 1.
The default value is a 1D block size of width 32.