Home
last modified time | relevance | path

Searched refs:AllocateArrayBase (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.h107 port::StatusOr<std::unique_ptr<TemporaryDeviceMemoryBase>> AllocateArrayBase(
139 AllocateArrayBase(element_count, sizeof(T)); in AllocateArray()
Dtemporary_memory_manager.cc93 TemporaryMemoryManager::AllocateArrayBase(uint64 element_count, in AllocateArrayBase() function in stream_executor::internal::TemporaryMemoryManager