/external/python/cpython3/Lib/ |
D | copy.py | 119 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/ |
D | sfnt_test.py | 38 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/ |
D | utils.py | 33 def __init__(self, iterable, deepcopy=True): argument
|
/external/pytorch/torch/utils/data/datapipes/map/ |
D | utils.py | 36 def __init__(self, sequence, deepcopy=True): argument
|
/external/pytorch/torch/csrc/jit/api/ |
D | object.cpp | 36 Object Object::deepcopy() const { in deepcopy() function in torch::jit::Object
|
D | module.cpp | 320 Module Module::deepcopy(std::optional<at::Device> device) const { in deepcopy() function in torch::jit::Module
|
/external/pytorch/aten/src/ATen/core/ |
D | ivalue.cpp | 889 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/ |
D | meson_build_state.py | 191 def deepcopy(self): member in ProjectConfig
|
/external/pytorch/aten/src/ATen/functorch/ |
D | DynamicLayer.cpp | 87 std::unique_ptr<FuncTorchTLSBase> deepcopy() const override { in deepcopy() function in at::functorch::FuncTorchTLS
|
/external/pytorch/test/ |
D | test_weak.py | 178 def check_threaded_weak_dict_copy(self, type_, deepcopy): argument
|
/external/autotest/utils/frozen_chromite/lib/ |
D | config_lib.py | 210 def deepcopy(self): member in BuildConfig
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1973 def check_threaded_weak_dict_copy(self, type_, deepcopy): argument
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 887 deepcopy(elementtreestate *st, PyObject *object, PyObject *memo) in deepcopy() function
|