Searched refs:sync_memcpy_dtoh (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_test.cc | 100 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()
|
D | stream_executor.h | 360 void (*sync_memcpy_dtoh)(const SP_Device* device, void* host_dst, member
|
D | stream_executor.cc | 173 VALIDATE_MEMBER(SP_StreamExecutor, se, sync_memcpy_dtoh); in ValidateSPStreamExecutor() 366 stream_executor_->sync_memcpy_dtoh(&device_, host_dst, &device_memory_base, in SynchronousMemcpy()
|