Home
last modified time | relevance | path

Searched defs:__copy__ (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/python/trackable/
H A Ddata_structures.py378 def __copy__(self): member in List
516 def __copy__(self): member in ListWrapper
735 def __copy__(self): member in Mapping
831 def __copy__(self): member in _DictWrapper
1050 def __copy__(self): member in _TupleWrapper
/aosp_15_r20/external/python/cpython2/Lib/
Dweakref.py135 __copy__ = copy variable in WeakValueDictionary
379 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_tensor/
H A Dtensor.py75 def __copy__(self) -> 'Tensor': member in Tensor
H A Dconst_tensor.py95 def __copy__(self) -> 'ConstTensor': member in ConstTensor
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/external/python/cpython3/Lib/
Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py46 def __copy__(self): member in _TokenType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py46 def __copy__(self): member in _TokenType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py46 def __copy__(self): member in _TokenType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dtoken.py46 def __copy__(self): member in _TokenType
/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dmatcher_utils.py52 def __copy__(self): member in InternalMatch
/aosp_15_r20/external/python/cpython3/Lib/collections/
D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/collections/
H A D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/collections/
D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/collections/
D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/collections/
D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/collections/
D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/aosp_15_r20/external/pytorch/tools/testing/
H A Dtest_run.py97 def __copy__(self) -> TestRun: member in TestRun
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_genericalias.py365 def __copy__(self): member in BaseTest.test_copy.X
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_copy.py29 def __copy__(self): member in TestCopy.test_copy_copy.C
159 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
/aosp_15_r20/external/pytorch/torch/utils/
H A Dweak.py195 __copy__ = copy variable in WeakIdKeyDictionary

1234