Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp121 SimpleTensor<T> logical_not(const SimpleTensor<T> &src) in logical_not() function
/external/ComputeLibrary/tests/validation/fixtures/
DLogicalFixture.h151 FunctionType logical_not; in compute_target() local
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp36 struct logical_not {}; struct
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp672 Logical_not logical_not; variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py97 logical_not = _unary_op(math_ops.logical_not) variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1044 def logical_not(x): function
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp1725 struct logical_not struct
1727 template<class V> bool operator()(V const & v) const { return !v; } in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3220 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()