Searched refs:TransferToDevice (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | tpu_driver.h | 206 virtual std::shared_ptr<Event> TransferToDevice(
|
D | recording_tpu_driver.cc | 264 std::shared_ptr<Event> TransferToDevice( in TransferToDevice() function in tpu_driver::__anone63593b20111::RecordingTpuDriver 274 std::make_shared<RecordingEvent>(driver_->TransferToDevice( in TransferToDevice()
|
D | grpc_tpu_driver.cc | 189 std::shared_ptr<Event> TransferToDevice(const void* src, BufferHandle* dst, 371 std::shared_ptr<Event> TransferToDevice( in TransferToDevice() function in tpu_driver::__anon4073f9c10111::GrpcTpuDriver 375 return stream->TransferToDevice(src, dst, wait_for); in TransferToDevice() 783 std::shared_ptr<Event> GrpcTpuStream::TransferToDevice( in TransferToDevice() function in tpu_driver::__anon4073f9c10111::GrpcTpuStream
|
D | pod_tpu_driver.cc | 463 std::shared_ptr<Event> TransferToDevice( in TransferToDevice() function in tpu_driver::__anon6b014a980111::PodTpuDriver 480 return core_to_driver_[core_id]->TransferToDevice( in TransferToDevice() 553 auto dst_event = TransferToDevice(host_buf, dst, {src_event.get()}); in TransferFromDeviceToDevice()
|
D | direct_tpu_driver.cc | 338 std::shared_ptr<Event> TransferToDevice( in TransferToDevice() function in tpu_driver::__anon9d833a900111::DirectTpuDriver
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
D | tpu_client.cc | 191 driver->TransferToDevice(leaves[0].untyped_data(), handle, {}); in FromLiterals() 213 return driver->TransferToDevice(leaf.untyped_data(), handle, {}); in FromLiterals()
|