/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_function.h | 286 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/ |
D | stl_function.h | 286 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/ |
D | logical_not.example.cpp | 7 namespace generated_tests::logical_not { namespace
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | LogicalNot.cpp | 22 namespace logical_not { namespace
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LogicalNot.cpp | 26 namespace logical_not { namespace
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Logical.cpp | 121 SimpleTensor<T> logical_not(const SimpleTensor<T> &src) in logical_not() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | LogicalFixture.h | 151 FunctionType logical_not; in compute_target() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 36 struct logical_not {}; struct
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
H A D | xla.py | 97 logical_not = _unary_op(math_ops.logical_not) variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_operator.hpp | 672 Logical_not logical_not; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | UnaryOps.cpp | 857 Tensor logical_not(const Tensor& self) { in logical_not() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 878 def logical_not(a): member in CppOverrides 1192 def logical_not(a): member in CppVecOverrides
|
H A D | halide.py | 383 def logical_not(a): member in HalideOverrides
|
H A D | triton.py | 886 def logical_not(a): member in TritonOverrides
|
H A D | common.py | 827 def logical_not(a): member in OpOverrides
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 1044 def logical_not(x): function
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 399 def logical_not(self, x0: T) -> T: member in OpsHandler
|
H A D | lowering.py | 5858 logical_not = register_pointwise( variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/ |
D | bind.hpp | 1725 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__.py | 1601 def logical_not(a: TensorLikeType): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | algebraic_simplifier.cc | 3220 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset9.py | 2129 def logical_not(g: jit_utils.GraphContext, input): function
|