Home
last modified time | relevance | path

Searched defs:MoveElementwiseOpsDownIntoAssumingOpPattern (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.cc238 struct MoveElementwiseOpsDownIntoAssumingOpPattern : public RewritePattern { struct
239 explicit MoveElementwiseOpsDownIntoAssumingOpPattern(MLIRContext *ctx) in MoveElementwiseOpsDownIntoAssumingOpPattern() function
242 LogicalResult matchAndRewrite(Operation *op, in matchAndRewrite()