Lines Matching defs:resize
1127 reassociationMap.resize(expandInputRank);
1346 // Handle the resize case where the input is a 1x1 image. This case
1369 op, "tosa.resize is not a pure 1x1->1x1 image operation");
1374 op, "tosa.resize mode should be NEAREST_NEIGHBOR or BILINEAR");
1443 // TOSA resize with width or height of 1 may be broadcasted to a wider
1444 // dimension. This is done by materializing a new tosa.resize without
1471 op, "tosa.resize has no broadcasting behavior");
1482 auto resize =
1504 Value collapse = builder.create<tensor::CollapseShapeOp>(collapseTy, resize,
1565 op, "unable to get dynamic dimensions of tosa.resize");
1569 op, "tosa.resize mode should be NEAREST_NEIGHBOR or BILINEAR");
1578 Value resize = genericOp.getResult(0);
1805 rewriter.replaceOp(op, resize);
2038 iteratorTypes.resize(inputTy.getRank(), utils::IteratorType::parallel);
2605 // We have multiple resize coverters to handle degenerate cases.