Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dmaterialize_broadcasts.cc33 struct ClampWithBroadcastConvert : public OpRewritePattern<ClampOp> { struct
34 explicit ClampWithBroadcastConvert(MLIRContext *context) in ClampWithBroadcastConvert() function
37 LogicalResult matchAndRewrite(ClampOp op, in matchAndRewrite()