Searched defs:logical_not (Results 1 – 7 of 7) sorted by relevance
23 logical_not = base.MultitypeFuncGraph("logical_not", True) variable
588 def logical_not(a, dtype=None): function
757 def logical_not(x): function
1115 def logical_not(input): function
4159 def logical_not(input): function
4329 def logical_not(self): member in Tensor
19642 struct logical_not : public unary_function<_Tp, bool> struct19646 operator()(const _Tp& __x) const in operator ()()19683 struct logical_not<void> struct19688 operator()(_Tp&& __t) const in operator ()()19693 typedef __is_transparent is_transparent;