Searched defs:DropAttributes (Results 1 – 2 of 2) sorted by relevance
28 struct DropAttributes : public OpRewritePattern<Op> { struct32 LogicalResult matchAndRewrite(Op op, in matchAndRewrite()
304 class DropAttributes : public RewritePattern { class307 DropAttributes(MLIRContext *context, ArrayRef<StringRef> attr_names) in DropAttributes() function in mlir::tfg::__anon17f873fd0311::DropAttributes