Searched refs:operandShapes (Results 1 – 1 of 1) sorted by relevance
94 SmallVector<Value, 3> operandShapes; in matchAndRewrite() local98 operandShapes.push_back(shape); in matchAndRewrite()101 operandShapes.size() == 1 in matchAndRewrite()102 ? operandShapes.front() in matchAndRewrite()103 : rewriter.create<shape::AnyOp>(loc, extentTensorTy, operandShapes); in matchAndRewrite()