Home
last modified time | relevance | path

Searched refs:bool_not (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dlogic_not_impl.py36 return F.bool_not(x.__bool__())
49 return F.bool_not(x.__bool__())
64 return F.bool_not(x.__bool__())
78 return F.bool_not(x.__bool__())
/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py105 def bool_not(x): function
/third_party/mindspore/mindspore/ops/
Dfunctional.py211 bool_not = Primitive("bool_not") variable