Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dboolobject.c85 bool_and(PyObject *a, PyObject *b) in bool_and() function
133 bool_and, /* nb_and */
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbool-context.c4 bool bool_and(int a, int b) { return a && b; } in bool_and() function
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogical_and_impl.py37 return F.bool_and(x.__bool__(), y.__bool__())
/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py110 def bool_and(x, y): function
/third_party/mindspore/mindspore/ops/
Dfunctional.py213 bool_and = Primitive("bool_and") variable