Searched defs:transposedShape (Results 1 – 3 of 3) sorted by relevance
86 Shape transposedShape = swapRowColumnDims(inputShape); in transposeRowsColumns() local
77 llvm::SmallVector<int64_t, 5> transposedShape; in transposeReshape() local
289 inline bool transposeFirstTwoDimensions(const Shape& shape, Shape* transposedShape) { in transposeFirstTwoDimensions()