Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 5 of 5) 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/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/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3220 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()