Searched defs:allocTensorOp (Results 1 – 3 of 3) sorted by relevance
47 Operation *allocTensorOp) { in insertionPointDominatesUses()57 findValidInsertionPoint(Operation *allocTensorOp, in findValidInsertionPoint()
335 auto allocTensorOp = dimOp.getSource().getDefiningOp<AllocTensorOp>(); in matchAndRewrite() local
106 auto allocTensorOp = b.create<AllocTensorOp>(loc, tensorType, dynamicSizes, in allocateTensorForShapedValue() local