/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | logical_or.example.cpp | 7 namespace generated_tests::logical_or { namespace 64 namespace generated_tests::logical_or { 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 | 277 struct logical_or : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() struct 280 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 | 277 struct logical_or : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() struct 280 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 | 40 logical_or, enumerator 117 logical_or = binary_op<op::logical_or>::value, enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 41 logical_or, enumerator 118 logical_or = binary_op<op::logical_or>::value, enumerator
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_logical_or.cpp | 18 bool logical_or(bool a, bool b) { in logical_or() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Logical.cpp | 95 SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_or() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 90 struct logical_or {}; struct
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | arithmetic.cc | 104 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | subhelpers.h | 262 logical_or, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_utils.py | 647 def logical_or(a, b): function
|
H A D | np_math_ops.py | 1034 def logical_or(x1, x2): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
H A D | xla.py | 192 logical_or = _broadcasting_binary_op(math_ops.logical_or) variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_operator.hpp | 671 Logical_or logical_or; variable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | decimal.py | 3298 def logical_or(self, other, context=None): member in Decimal 4608 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _pydecimal.py | 3414 def logical_or(self, other, context=None): member in Decimal 4798 def logical_or(self, a, b): member in Context
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 882 def logical_or(a, b): member in CppOverrides 1196 def logical_or(a, b): member in CppVecOverrides
|
H A D | halide.py | 387 def logical_or(a, b): member in HalideOverrides
|
H A D | triton.py | 890 def logical_or(a, b): member in TritonOverrides
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 402 def logical_or(self, x0: T, x1: T) -> T: member in OpsHandler
|