Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h363 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions() argument
365 *transposedShape = shape; in transposeFirstTwoDimensions()
366 transposedShape->dimensions[0] = shape.dimensions[1]; in transposeFirstTwoDimensions()
367 transposedShape->dimensions[1] = shape.dimensions[0]; in transposeFirstTwoDimensions()