/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | logical_and.example.cpp | 7 namespace generated_tests::logical_and { namespace 64 namespace generated_tests::logical_and { namespace
|
/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 | 268 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() struct 271 operator()(const _Tp& __x, const _Tp& __y) 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 | 268 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() struct 271 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 41 logical_and, enumerator 118 logical_and = binary_op<op::logical_and>::value, enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 42 logical_and, enumerator 119 logical_and = binary_op<op::logical_and>::value, enumerator
|
/aosp_15_r20/external/pytorch/test/cpp_extensions/ |
H A D | torch_library.cu | 3 bool logical_and(bool a, bool b) { return a && b; } in logical_and() function
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_logical_and.cpp | 18 bool logical_and(bool a, bool b) { in logical_and() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Logical.cpp | 108 SimpleTensor<T> logical_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_and() function
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymBool.cpp | 39 DEFINE_BINARY(sym_and, std::logical_and<>(), sym_and, SymBool) in DEFINE_BINARY()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 93 struct logical_and {}; struct
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | subhelpers.h | 261 logical_and, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_utils.py | 632 def logical_and(a, b): function
|
H A D | np_math_ops.py | 1029 def logical_and(x1, x2): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | deadness_analysis_test.cc | 1093 Output logical_and = in TEST() local 1113 Output logical_and = in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
H A D | xla.py | 191 logical_and = _broadcasting_binary_op(math_ops.logical_and) variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_operator.hpp | 670 Logical_and logical_and; variable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | decimal.py | 3274 def logical_and(self, other, context=None): member in Decimal 4562 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _pydecimal.py | 3390 def logical_and(self, other, context=None): member in Decimal 4752 def logical_and(self, a, b): member in Context
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 874 def logical_and(a, b): member in CppOverrides 1188 def logical_and(a, b): member in CppVecOverrides
|
H A D | halide.py | 379 def logical_and(a, b): member in HalideOverrides
|