Home
last modified time | relevance | path

Searched refs:force_copy (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h129 pybind11::handle argument, PjRtDevice* device, bool force_copy,
132 pybind11::handle argument, PjRtDevice* device, bool force_copy,
Dpy_client.cc103 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/
Dhardware_UsbBasicFileOperations.py65 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__.py173 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/
Dhardware_Usb30Throughput.py106 utils.force_copy(src, dst)
/external/mesa3d/src/loader/
Dloader_dri3_helper.h212 bool force_copy);
Dloader_dri3_helper.c953 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/
Dtpu_client_extension.cc98 bool force_copy) -> StatusOr<std::unique_ptr<PyTpuBuffer>> { in PYBIND11_MODULE() argument
/external/autotest/client/bin/
Dutils.py124 def force_copy(src, dest): function