Home
last modified time | relevance | path

Searched defs:AllocateArray (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.h137 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray() function
Dstream_executor_pimpl.h810 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count, in AllocateArray() function
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1191 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() function in google::protobuf::DescriptorPool::Tables
3268 inline void AllocateArray(int size, Type** output) { in AllocateArray() function in google::protobuf::DescriptorBuilder