Home
last modified time | relevance | path

Searched defs:logical_xor (Results 1 – 15 of 15) sorted by relevance

/external/executorch/kernels/portable/cpu/
Dop_logical_xor.cpp18 bool logical_xor(bool a, bool b) { in logical_xor() function
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h263 logical_xor enumerator
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py193 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
/external/python/cpython3/Lib/
D_pydecimal.py3345 def logical_xor(self, other, context=None): member in Decimal
4739 def logical_xor(self, a, b): member in Context
/external/pytorch/torch/_inductor/codegen/
Dhalide.py391 def logical_xor(a, b): member in HalideOverrides
Dcpp.py886 def logical_xor(a, b): member in CppOverrides
1200 def logical_xor(a, b): member in CppVecOverrides
Dtriton.py894 def logical_xor(a, b): member in TritonOverrides
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1039 def logical_xor(x1, x2): function
/external/mpdecimal/libmpdec++/
Ddecimal.hh1016 …ALWAYS_INLINE Decimal logical_xor(const Decimal& other, Context& c=context) const { return binary_… in logical_xor() function in decimal::Decimal
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1794 def logical_xor(x, y, name="LogicalXor"): function
/external/pytorch/torch/_inductor/
Dops_handler.py405 def logical_xor(self, x0: T, x1: T) -> T: member in OpsHandler
Dlowering.py5870 logical_xor = register_pointwise( variable
/external/pytorch/aten/src/ATen/native/
DBinaryOps.cpp1489 Tensor logical_xor(const Tensor& self, const Tensor& other) { return comparison_op(self, other, sta… in logical_xor() function
/external/pytorch/torch/_refs/
D__init__.py1622 def logical_xor(a: TensorLikeType, b: TensorLikeType): function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py2124 def logical_xor(g: jit_utils.GraphContext, input, other): function