Searched defs:offsetDims (Results 1 – 6 of 6) sorted by relevance
149 MlirContext ctx) { in PYBIND11_MODULE()
272 auto offsetDims = gatherDim.getOffsetDims(); in matchAndRewrite() local
96 MlirContext ctx, intptr_t nOffsetDims, const int64_t *offsetDims, in mlirMhloGatherDimensionNumbersGet()
1394 auto offsetDims = to_vector(dimensionNumbers.getOffsetDims()); in verifyGather() local1521 ArrayRef<int64_t> offsetDims = dimensionNumbers.getOffsetDims(); in inferGatherShape() local1568 ArrayRef<int64_t> offsetDims = dimensionNumbers.getOffsetDims(); in inferGatherReturnTypeComponents() local5901 SmallVector<int64_t> offsetDims; in parse() local
1506 auto offsetDims = to_vector(dimensionNumbers.getOffsetDims()); in verifyGather() local1633 ArrayRef<int64_t> offsetDims = dimensionNumbers.getOffsetDims(); in inferGatherShape() local1680 ArrayRef<int64_t> offsetDims = dimensionNumbers.getOffsetDims(); in inferGatherReturnTypeComponents() local8727 SmallVector<int64_t> offsetDims; in parse() local
2982 ArrayRef<int64_t> offsetDims = gatherOp.dimension_numbers().getOffsetDims(); in matchAndRewrite() local