Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY() struct
289 operator()(const _Tp& __x) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY() struct
289 operator()(const _Tp& __x) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_not.example.cpp7 namespace generated_tests::logical_not { namespace
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/
DLogicalNot.cpp22 namespace logical_not { namespace
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLogicalNot.cpp26 namespace logical_not { namespace
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DLogical.cpp121 SimpleTensor<T> logical_not(const SimpleTensor<T> &src) in logical_not() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLogicalFixture.h151 FunctionType logical_not; in compute_target() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp36 struct logical_not {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py97 logical_not = _unary_op(math_ops.logical_not) variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp672 Logical_not logical_not; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp857 Tensor logical_not(const Tensor& self) { in logical_not() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py878 def logical_not(a): member in CppOverrides
1192 def logical_not(a): member in CppVecOverrides
H A Dhalide.py383 def logical_not(a): member in HalideOverrides
H A Dtriton.py886 def logical_not(a): member in TritonOverrides
H A Dcommon.py827 def logical_not(a): member in OpOverrides
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py1044 def logical_not(x): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py399 def logical_not(self, x0: T) -> T: member in OpsHandler
H A Dlowering.py5858 logical_not = register_pointwise( variable
/aosp_15_r20/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 ()()
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1601 def logical_not(a: TensorLikeType): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc3220 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py2129 def logical_not(g: jit_utils.GraphContext, input): function