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