Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h326 inline bool transposeFirstTwoDimensions(const T* buffer, const Shape& shape, T* transposedBuffer) { in transposeFirstTwoDimensions() argument
339 transposedBuffer[(j * firstDim + i) * blockSize + k] = in transposeFirstTwoDimensions()