Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc56 void host_memory_deallocate(const SP_Device* const device, void* mem) {} in host_memory_deallocate() function
122 se->host_memory_deallocate = host_memory_deallocate; in PopulateDefaultStreamExecutor()
373 se_.host_memory_deallocate = [](const SP_Device* const device, void* mem) { in TEST_F()
Dstream_executor.h258 void (*host_memory_deallocate)(const SP_Device* device, void* mem); member
Dstream_executor.cc152 VALIDATE_MEMBER(SP_StreamExecutor, se, host_memory_deallocate); in ValidateSPStreamExecutor()
288 stream_executor_->host_memory_deallocate(&device_, mem); in HostMemoryDeallocate()