Searched refs:force_copy (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_client.h | 129 pybind11::handle argument, PjRtDevice* device, bool force_copy, 132 pybind11::handle argument, PjRtDevice* device, bool force_copy,
|
D | py_client.cc | 103 pybind11::handle argument, PjRtDevice* device, bool force_copy, in PjRtBufferFromPyval() argument 147 pybind11::handle argument, PjRtDevice* device, bool force_copy, in BufferFromPyval() argument 151 PjRtBufferFromPyval(argument, device, force_copy, host_buffer_semantics)); in BufferFromPyval()
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | hardware_UsbBasicFileOperations.py | 65 utils.force_copy(self._src.name, self._dst.name) 104 utils.force_copy(self._src.name, self._dst.name)
|
/external/python/cpython3/Lib/venv/ |
D | __init__.py | 173 force_copy = not self.symlinks 174 if not force_copy: 184 force_copy = True 185 if force_copy:
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
D | hardware_Usb30Throughput.py | 106 utils.force_copy(src, dst)
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 212 bool force_copy);
|
D | loader_dri3_helper.c | 953 bool force_copy) in loader_dri3_swap_buffers_msc() argument 983 if (draw->swap_method != __DRI_ATTRIB_SWAP_UNDEFINED || force_copy) in loader_dri3_swap_buffers_msc() 996 if (draw->swap_method == __DRI_ATTRIB_SWAP_COPY || force_copy) in loader_dri3_swap_buffers_msc()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
D | tpu_client_extension.cc | 98 bool force_copy) -> StatusOr<std::unique_ptr<PyTpuBuffer>> { in PYBIND11_MODULE() argument
|
/external/autotest/client/bin/ |
D | utils.py | 124 def force_copy(src, dest): function
|