Home
last modified time | relevance | path

Searched refs:yRowStrideInBytes (Results 1 – 1 of 1) sorted by relevance

/dports/audio/praat/praat-6.2.03/melder/
H A DMAT.cpp531 …uinteger yRowStrideInBytes = [MPSMatrixDescriptor rowBytesForColumns: uinteger (y.ncol) dataType:… in MATmul_forceMetal_() local
532 uinteger yRowStrideInFloats = yRowStrideInBytes / sizeof (float); in MATmul_forceMetal_()
548 uinteger y32length = uinteger (y.nrow) * yRowStrideInBytes; in MATmul_forceMetal_()
565 rowBytes: yRowStrideInBytes in MATmul_forceMetal_()