Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc1931 struct RemoveRedundantUnpackPack : public RewritePattern { struct
1932 explicit RemoveRedundantUnpackPack(MLIRContext *context) in RemoveRedundantUnpackPack() argument
1935 LogicalResult matchAndRewrite(Operation *op, in matchAndRewrite()