Searched refs:swappedShape (Results 1 – 1 of 1) sorted by relevance
76 Shape swappedShape = shape; in swapRowColumnDims() local78 swappedShape.dimensions[numDims - 2] = shape.dimensions[numDims - 1]; in swapRowColumnDims()79 swappedShape.dimensions[numDims - 1] = shape.dimensions[numDims - 2]; in swapRowColumnDims()80 return swappedShape; in swapRowColumnDims()