Searched defs:ClampWithBroadcastConvert (Results 1 – 1 of 1) sorted by relevance
33 struct ClampWithBroadcastConvert : public OpRewritePattern<ClampOp> { struct34 explicit ClampWithBroadcastConvert(MLIRContext *context) in ClampWithBroadcastConvert() argument37 LogicalResult matchAndRewrite(ClampOp op, in matchAndRewrite()