Searched refs:host_memory_deallocate (Results 1 – 3 of 3) sorted by relevance
56 void host_memory_deallocate(const SP_Device* const device, void* mem) {} in host_memory_deallocate() function122 se->host_memory_deallocate = host_memory_deallocate; in PopulateDefaultStreamExecutor()373 se_.host_memory_deallocate = [](const SP_Device* const device, void* mem) { in TEST_F()
258 void (*host_memory_deallocate)(const SP_Device* device, void* mem); member
152 VALIDATE_MEMBER(SP_StreamExecutor, se, host_memory_deallocate); in ValidateSPStreamExecutor()288 stream_executor_->host_memory_deallocate(&device_, mem); in HostMemoryDeallocate()