Home
last modified time | relevance | path

Searched refs:compare_predicate (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_standard.cc53 auto compare_predicate = in matchAndRewrite() local
63 if (!compare_predicate.hasValue()) return failure(); in matchAndRewrite()
65 rewriter.replaceOpWithNewOp<CmpIOp>(op, compare_predicate.getValue(), lhs, in matchAndRewrite()
90 auto compare_predicate = in matchAndRewrite() local
100 if (!compare_predicate.hasValue()) return failure(); in matchAndRewrite()
102 rewriter.replaceOpWithNewOp<CmpFOp>(op, compare_predicate.getValue(), lhs, in matchAndRewrite()