Home
last modified time | relevance | path

Searched defs:DropAttributes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_canonicalization_helper.h28 struct DropAttributes : public OpRewritePattern<Op> { struct
32 LogicalResult matchAndRewrite(Op op, in matchAndRewrite()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/
H A Dpass.cc304 class DropAttributes : public RewritePattern { class
307 DropAttributes(MLIRContext *context, ArrayRef<StringRef> attr_names) in DropAttributes() function in mlir::tfg::__anon17f873fd0311::DropAttributes