Searched refs:transposedShape (Results 1 – 1 of 1) sorted by relevance
363 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions() argument365 *transposedShape = shape; in transposeFirstTwoDimensions()366 transposedShape->dimensions[0] = shape.dimensions[1]; in transposeFirstTwoDimensions()367 transposedShape->dimensions[1] = shape.dimensions[0]; in transposeFirstTwoDimensions()