Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc155 VALIDATE_MEMBER(SP_StreamExecutor, se, unified_memory_deallocate); in ValidateSPStreamExecutor()
300 CHECK(stream_executor_->unified_memory_deallocate); in UnifiedMemoryDeallocate()
301 stream_executor_->unified_memory_deallocate(&device_, mem); in UnifiedMemoryDeallocate()
Dstream_executor.h269 void (*unified_memory_deallocate)(const SP_Device* device, void* location); member
Dstream_executor_test.cc395 se_.unified_memory_deallocate = [](const SP_Device* const device, void* mem) { in TEST_F()