/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 206 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall 207 output.append("__xor__ called") 314 __xor__ called
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 207 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall 208 output.append("__xor__ called") 315 __xor__ called
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | coverage.yaml | 37 - aten::__xor__.Tensor 38 - aten::__xor__.bool 39 - aten::__xor__.int 726 aten::__xor__.bool: 10
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | _ordered_set.py | 167 def __xor__(self, other: AbstractSet[T_co]) -> OrderedSet[T]: member in OrderedSet 168 return cast(OrderedSet[T], super().__xor__(other))
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | testing.py | 104 aten.__xor__.Tensor, 105 aten.__xor__.Scalar,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
H A D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | enum.py | 603 # for Flag, add __or__, __and__, __xor__, and __invert__ 606 '__or__', '__and__', '__xor__', 1525 def __xor__(self, other): member in Flag 1549 __rxor__ = __xor__ 1687 body['__xor__'] = Flag.__xor__
|
D | _collections_abc.py | 623 def __xor__(self, other): member in Set 630 __rxor__ = __xor__
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | symbolic_shape_registry_util.cpp | 88 {"aten::__xor__.Scalar(Tensor self, Scalar other) -> Tensor", "unary"}, in get_tensorexpr_elementwise_set() 110 {"aten::__xor__.Tensor(Tensor self, Tensor other) -> Tensor", "broadcast"}, in get_tensorexpr_elementwise_set()
|
/aosp_15_r20/external/python/cpython2/Demo/classes/ |
D | bitvec.py | 293 def __xor__(self, otherseq, *rest): member in BitVec 294 #rprt('%r.__xor__%r\n' % (self, (otherseq,) + rest))
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesDecompositions.cpp | 46 OP_DECOMPOSE2(__xor__, Tensor); in TORCH_LIBRARY_IMPL() 47 OP_DECOMPOSE2(__xor__, Scalar); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | _abcoll.py | 235 def __xor__(self, other): member in Set 242 __rxor__ = __xor__
|
/aosp_15_r20/external/pytorch/ |
H A D | pt_ops.bzl | 296 "aten::__xor__.bool", 469 "aten::__xor__.int",
|
/aosp_15_r20/external/pytorch/torch/package/ |
H A D | _mock.py | 30 "__xor__",
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | lowerings.cpp | 196 __xor__, boolToInteger(a) ^ boolToInteger(b)) in nnc_lowerings_lazy_registration() 219 DEFINE_LOGICAL_SCALAR_OP_LOWERING(__xor__, a != b) in nnc_lowerings_lazy_registration() 281 {"aten::__xor__.Scalar(Tensor self, Scalar other) -> (Tensor)", in nnc_lowerings_lazy_registration() 282 "aten::__xor__.Tensor(Tensor self, Tensor other) -> (Tensor)"}, in nnc_lowerings_lazy_registration()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_operators.py | 60 ragged_tensor.RaggedTensor.__xor__ = math_ops.logical_xor
|