Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dboolobject.c93 bool_or(PyObject *a, PyObject *b) in bool_or() function
135 bool_or, /* nb_or */
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogical_or_impl.py37 return F.bool_or(x.__bool__(), y.__bool__())
/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py115 def bool_or(x, y): function
/third_party/mindspore/mindspore/ops/
Dfunctional.py212 bool_or = Primitive("bool_or") variable