Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBatchMatmul.cpp76 Shape swappedShape = shape; in swapRowColumnDims() local
78 swappedShape.dimensions[numDims - 2] = shape.dimensions[numDims - 1]; in swapRowColumnDims()
79 swappedShape.dimensions[numDims - 1] = shape.dimensions[numDims - 2]; in swapRowColumnDims()
80 return swappedShape; in swapRowColumnDims()