Searched refs:greater_equal_op (Results 1 – 4 of 4) sorted by relevance
809 for greater_equal_op in [math_ops.greater_equal, (lambda x, y: x >= y)]:811 greater_equal_op,816 greater_equal_op,821 greater_equal_op,
242 struct greater_equal_op {
308 struct greater_equal_op { template<typename A, typename B> constexpr static inline auto run(A a, B …
1613 auto greater_equal_op = rewriter.create<tosa::GreaterEqualOp>( in matchAndRewrite() local1617 op->getLoc(), output_type, greater_equal_op.getResult()); in matchAndRewrite()