Home
last modified time | relevance | path

Searched refs:sync_memcpy_dtoh (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc100 void sync_memcpy_dtoh(const SP_Device* const device, void* host_dst, in sync_memcpy_dtoh() function
140 se->sync_memcpy_dtoh = sync_memcpy_dtoh; in PopulateDefaultStreamExecutor()
775 se_.sync_memcpy_dtoh = [](const SP_Device* const device, void* host_dst, in TEST_F()
Dstream_executor.h360 void (*sync_memcpy_dtoh)(const SP_Device* device, void* host_dst, member
Dstream_executor.cc173 VALIDATE_MEMBER(SP_StreamExecutor, se, sync_memcpy_dtoh); in ValidateSPStreamExecutor()
366 stream_executor_->sync_memcpy_dtoh(&device_, host_dst, &device_memory_base, in SynchronousMemcpy()