Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc53 void* host_memory_allocate(const SP_Device* const device, uint64_t size) { in host_memory_allocate() function
121 se->host_memory_allocate = host_memory_allocate; in PopulateDefaultStreamExecutor()
369 se_.host_memory_allocate = [](const SP_Device* const device, uint64_t size) { in TEST_F()
Dstream_executor.h255 void* (*host_memory_allocate)(const SP_Device* device, uint64_t size); member
Dstream_executor.cc151 VALIDATE_MEMBER(SP_StreamExecutor, se, host_memory_allocate); in ValidateSPStreamExecutor()
284 return stream_executor_->host_memory_allocate(&device_, size); in HostMemoryAllocate()