Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h347 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions() argument
349 *transposedShape = shape; in transposeFirstTwoDimensions()
350 transposedShape->dimensions[0] = shape.dimensions[1]; in transposeFirstTwoDimensions()
351 transposedShape->dimensions[1] = shape.dimensions[0]; in transposeFirstTwoDimensions()