Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dmerge_assuming_ops.cc190 struct MoveElementwiseOpsUpIntoAssumingOpPattern : public RewritePattern { struct
191 explicit MoveElementwiseOpsUpIntoAssumingOpPattern(MLIRContext *ctx) in MoveElementwiseOpsUpIntoAssumingOpPattern() function
194 LogicalResult matchAndRewrite(Operation *op, in matchAndRewrite()