/external/executorch/kernels/portable/cpu/ |
D | op_logical_xor.cpp | 18 bool logical_xor(bool a, bool b) { in logical_xor() function
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subhelpers.h | 263 logical_xor enumerator
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 193 logical_xor = _broadcasting_binary_op(math_ops.logical_xor) variable
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3345 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/ |
D | halide.py | 391 def logical_xor(a, b): member in HalideOverrides
|
D | cpp.py | 886 def logical_xor(a, b): member in CppOverrides 1200 def logical_xor(a, b): member in CppVecOverrides
|
D | triton.py | 894 def logical_xor(a, b): member in TritonOverrides
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 1039 def logical_xor(x1, x2): function
|
/external/mpdecimal/libmpdec++/ |
D | decimal.hh | 1016 …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/ |
D | math_ops.py | 1794 def logical_xor(x, y, name="LogicalXor"): function
|
/external/pytorch/torch/_inductor/ |
D | ops_handler.py | 405 def logical_xor(self, x0: T, x1: T) -> T: member in OpsHandler
|
D | lowering.py | 5870 logical_xor = register_pointwise( variable
|
/external/pytorch/aten/src/ATen/native/ |
D | BinaryOps.cpp | 1489 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__.py | 1622 def logical_xor(a: TensorLikeType, b: TensorLikeType): function
|
/external/pytorch/torch/onnx/ |
D | symbolic_opset9.py | 2124 def logical_xor(g: jit_utils.GraphContext, input, other): function
|