Home
last modified time | relevance | path

Searched defs:logical_or (Results 1 – 23 of 23) sorted by relevance

/external/executorch/kernels/portable/cpu/
Dop_logical_or.cpp18 bool logical_or(bool a, bool b) { in logical_or() function
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp41 logical_or, enumerator
118 logical_or = binary_op<op::logical_or>::value, enumerator
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp40 logical_or, enumerator
117 logical_or = binary_op<op::logical_or>::value, enumerator
/external/ComputeLibrary/tests/validation/reference/
DLogical.cpp95 SimpleTensor<T> logical_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in logical_or() function
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp90 struct logical_or {}; struct
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc104 XlaComputation logical_or = CreateScalarOrComputation(PRED, builder); in Any() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h262 logical_or, enumerator
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py647 def logical_or(a, b): function
Dnp_math_ops.py1034 def logical_or(x1, x2): function
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_operator.hpp671 Logical_or logical_or; variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py192 logical_or = _broadcasting_binary_op(math_ops.logical_or) variable
/external/python/cpython3/Lib/
D_pydecimal.py3328 def logical_or(self, other, context=None): member in Decimal
4712 def logical_or(self, a, b): member in Context
/external/pytorch/torch/_inductor/codegen/
Dhalide.py387 def logical_or(a, b): member in HalideOverrides
Dcpp.py882 def logical_or(a, b): member in CppOverrides
1196 def logical_or(a, b): member in CppVecOverrides
Dtriton.py890 def logical_or(a, b): member in TritonOverrides
/external/mpdecimal/libmpdec++/
Ddecimal.hh1015 …ALWAYS_INLINE Decimal logical_or(const Decimal& other, Context& c=context) const { return binary_f… in logical_or() function in decimal::Decimal
/external/pytorch/torch/_inductor/
Dops_handler.py402 def logical_or(self, x0: T, x1: T) -> T: member in OpsHandler
Dlowering.py5864 logical_or = register_pointwise( variable
/external/pytorch/aten/src/ATen/native/
DBinaryOps.cpp1485 Tensor logical_or(const Tensor& self, const Tensor& other) { return comparison_op(self, other, stat… in logical_or() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3230 Status AlgebraicSimplifierVisitor::HandleOr(HloInstruction* logical_or) { in HandleOr()
/external/pytorch/torch/_refs/
D__init__.py1610 def logical_or(a: TensorLikeType, b: TensorLikeType): function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py2118 def logical_or(g: jit_utils.GraphContext, input, other): function
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp316 template<class A> bool operator()( type<bool>, logical_or & /*f*/, A & a, int ) in operator ()() argument