Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py283 def __copy__(self): member in List
390 def __copy__(self): member in _ListWrapper
570 def __copy__(self): member in Mapping
661 def __copy__(self): member in _DictWrapper
/external/python/cpython2/Lib/
Dweakref.py135 __copy__ = copy variable in WeakValueDictionary
379 __copy__ = copy variable in WeakKeyDictionary
Dfractions.py597 def __copy__(self): member in Fraction
Dsets.py151 __copy__ = copy # For the copy module variable in BaseSet
Ddecimal.py3630 def __copy__(self): member in Decimal
3850 __copy__ = copy variable in Context
/external/python/cpython3/Lib/
Dweakref.py181 __copy__ = copy variable in WeakValueDictionary
420 __copy__ = copy variable in WeakKeyDictionary
Dfractions.py635 def __copy__(self): member in Fraction
Dtyping.py283 def __copy__(self): member in _Immutable
D_pydecimal.py3732 def __copy__(self): member in Decimal
4018 __copy__ = copy variable in Context
/external/tensorflow/tensorflow/contrib/graph_editor/
Dsubgraph.py216 def __copy__(self): member in SubGraphView
/external/libchrome/third_party/jinja2/
Dutils.py480 __copy__ = copy variable in LRUCache
Dcompiler.py189 __copy__ = copy variable in Frame
/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
/external/autotest/client/common_lib/cros/
Dtextfsm.py351 def __copy__(self): member in CopyableRegexObject
/external/python/cpython3/Lib/test/
Dtest_copy.py34 def __copy__(self): member in TestCopy.test_copy_copy.C
173 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py709 def __copy__(self): member in ResourceVariable
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py50 def __copy__(self): member in PropagationContextItem
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py613 def __copy__(self): member in DistributionStrategy
/external/tensorflow/tensorflow/python/framework/
Dops.py619 def __copy__(self): member in Tensor
769 def __copy__(self): member in _EagerTensorBase
/external/python/cpython3/Lib/collections/
D__init__.py948 __copy__ = copy variable in ChainMap