Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc103 void sync_memcpy_htod(const SP_Device* const device, in sync_memcpy_htod() function
141 se->sync_memcpy_htod = sync_memcpy_htod; in PopulateDefaultStreamExecutor()
792 se_.sync_memcpy_htod = in TEST_F()
Dstream_executor.h366 void (*sync_memcpy_htod)(const SP_Device* device, member
Dstream_executor.cc174 VALIDATE_MEMBER(SP_StreamExecutor, se, sync_memcpy_htod); in ValidateSPStreamExecutor()
357 stream_executor_->sync_memcpy_htod(&device_, &device_memory_base, host_src, in SynchronousMemcpy()