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