Searched defs:TensorCastOfLoopInsOutsFolder (Results 1 – 1 of 1) sorted by relevance
1030 struct TensorCastOfLoopInsOutsFolder : public OpRewritePattern<LoopOp> { struct1033 LogicalResult matchAndRewrite(LoopOp loop, in matchAndRewrite()1050 struct CastOpsOfArgs {1058 CastOpsOfArgs findTensorCastOps(ValueRange args) const { in findTensorCastOps()1073 SmallVector<Value, 4> insertCastsAndCloneBody( in insertCastsAndCloneBody()