Searched refs:transposedBuffer (Results 1 – 1 of 1) sorted by relevance
342 inline bool transposeFirstTwoDimensions(const T* buffer, const Shape& shape, T* transposedBuffer) { in transposeFirstTwoDimensions() argument355 transposedBuffer[(j * firstDim + i) * blockSize + k] = in transposeFirstTwoDimensions()