Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 6 of 6) 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.py100 logical_not = _unary_op(math_ops.logical_not) variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1045 def logical_not(x): function
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc3105 struct logical_not { struct
3106 APInt operator()(const APInt& i) { in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2980 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()