Home
last modified time | relevance | path

Searched full:__xor__ (Results 1 – 25 of 139) sorted by relevance

123456

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_augassign.py206 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/
Dtest_augassign.py207 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 Dcoverage.yaml37 - 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.py167 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 Dtesting.py104 aten.__xor__.Tensor,
105 aten.__xor__.Scalar,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/external/python/cpython3/Lib/
Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Denum.py603 # 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.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry_util.cpp88 {"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/
Dbitvec.py293 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 DBatchRulesDecompositions.cpp46 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.py235 def __xor__(self, other): member in Set
242 __rxor__ = __xor__
/aosp_15_r20/external/pytorch/
H A Dpt_ops.bzl296 "aten::__xor__.bool",
469 "aten::__xor__.int",
/aosp_15_r20/external/pytorch/torch/package/
H A D_mock.py30 "__xor__",
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dlowerings.cpp196 __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 Dragged_operators.py60 ragged_tensor.RaggedTensor.__xor__ = math_ops.logical_xor

123456