Searched defs:copy_function (Results 1 – 4 of 4) sorted by relevance
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem_shutil.py | 85 copy_function=shutil.copy2, argument 102 def move(self, src, dst, copy_function=shutil.copy2): argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | copy_tensor.h | 57 CopyFunction copy_function) { in Registration()
|
D | copy_tensor.cc | 43 CopyTensor::CopyFunction copy_function; member 122 void CopyDeviceToDevice(CopyTensor::CopyFunction copy_function, in CopyDeviceToDevice() 306 CopyFunction copy_function, in Register()
|
/external/python/cpython3/Lib/ |
D | shutil.py | 484 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument 550 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument 814 def move(src, dst, copy_function=copy2): argument
|