Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_array_ops.py227 self.logic_or = P.LogicalOr()
234 ret_greater = self.logic_or(self.greater(x, self.number), self.flag)
235 return self.logic_or(ret_less_equal, ret_greater)
/third_party/mindspore/mindspore/nn/wrap/
Dloss_scale.py133 self.logic_or = P.LogicalOr()
147 last_iter_cond = self.logic_or(overflow_cond, should_inc)
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.h170 ir_expression *logic_or(operand a, operand b);
Dopt_algebraic.cpp471 return b2f(logic_or(b2f_0->operands[0], b2f_1->operands[0])); in handle_expression()
776 return logic_not(logic_or(op_expr[0]->operands[0], in handle_expression()
Dir_builder.cpp402 logic_or(operand a, operand b) in logic_or() function
Dast_to_hir.cpp6915 : logic_or(cmp, equal(cnst, state->switch_state.test_var)); in hir()
7079 logic_or(fallthru_var, equal(label, deref_test_var)))); in hir()
7093 logic_or(fallthru_var, in hir()
Dlower_instructions.cpp506 logic_or(flush_to_zero, in ldexp_to_arith()