Home
last modified time | relevance | path

Searched defs:deepcopy (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/
Dcopy.py119 def deepcopy(x, memo=None, _nil=[]): function
192 def _deepcopy_list(x, memo, deepcopy=deepcopy): argument
201 def _deepcopy_tuple(x, memo, deepcopy=deepcopy): argument
218 def _deepcopy_dict(x, memo, deepcopy=deepcopy): argument
250 *, deepcopy=deepcopy): argument
/external/fonttools/Tests/ttLib/
Dsfnt_test.py38 def test_pickle_protocol_FileIO(self, deepcopy, tmp_path): argument
59 def test_pickle_protocol_BytesIO(self, deepcopy, tmp_path): argument
/external/pytorch/torch/utils/data/datapipes/iter/
Dutils.py33 def __init__(self, iterable, deepcopy=True): argument
/external/pytorch/torch/utils/data/datapipes/map/
Dutils.py36 def __init__(self, sequence, deepcopy=True): argument
/external/pytorch/torch/csrc/jit/api/
Dobject.cpp36 Object Object::deepcopy() const { in deepcopy() function in torch::jit::Object
Dmodule.cpp320 Module Module::deepcopy(std::optional<at::Device> device) const { in deepcopy() function in torch::jit::Module
/external/pytorch/aten/src/ATen/core/
Divalue.cpp889 IValue IValue::deepcopy(std::optional<at::Device> device) const { in deepcopy() function in c10::IValue
894 IValue IValue::deepcopy( in deepcopy() function in c10::IValue
1029 c10::intrusive_ptr<ivalue::Object> ivalue::Object::deepcopy( in deepcopy() function in c10::ivalue::Object
1035 c10::intrusive_ptr<ivalue::Object> ivalue::Object::deepcopy( in deepcopy() function in c10::ivalue::Object
/external/mesa3d/meson_to_hermetic/
Dmeson_build_state.py191 def deepcopy(self): member in ProjectConfig
/external/pytorch/aten/src/ATen/functorch/
DDynamicLayer.cpp87 std::unique_ptr<FuncTorchTLSBase> deepcopy() const override { in deepcopy() function in at::functorch::FuncTorchTLS
/external/pytorch/test/
Dtest_weak.py178 def check_threaded_weak_dict_copy(self, type_, deepcopy): argument
/external/autotest/utils/frozen_chromite/lib/
Dconfig_lib.py210 def deepcopy(self): member in BuildConfig
/external/python/cpython3/Lib/test/
Dtest_weakref.py1973 def check_threaded_weak_dict_copy(self, type_, deepcopy): argument
/external/python/cpython3/Modules/
D_elementtree.c887 deepcopy(elementtreestate *st, PyObject *object, PyObject *memo) in deepcopy() function