Searched refs:greater_op (Results 1 – 4 of 4) sorted by relevance
792 for greater_op in [math_ops.greater, (lambda x, y: x > y)]:794 greater_op,799 greater_op,804 greater_op,
239 struct greater_op {
307 struct greater_op { template<typename A, typename B> constexpr static inline auto run(A a, B …
1633 auto greater_op = rewriter.create<tosa::GreaterOp>( in matchAndRewrite() local1637 greater_op.getResult()); in matchAndRewrite()