Home
last modified time | relevance | path

Searched defs:copy_function (Results 1 – 4 of 4) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_shutil.py85 copy_function=shutil.copy2, argument
102 def move(self, src, dst, copy_function=shutil.copy2): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.h57 CopyFunction copy_function) { in Registration()
Dcopy_tensor.cc43 CopyTensor::CopyFunction copy_function; member
122 void CopyDeviceToDevice(CopyTensor::CopyFunction copy_function, in CopyDeviceToDevice()
306 CopyFunction copy_function, in Register()
/external/python/cpython3/Lib/
Dshutil.py484 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