HomeSort by relevance Sort by last modified time
    Searched defs:AllocateArray (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) {
  /external/tensorflow/tensorflow/stream_executor/
temporary_memory_manager.h 63 port::StatusOr<std::unique_ptr<TemporaryDeviceMemory<T>>> AllocateArray(
137 TemporaryMemoryManager::AllocateArray(uint64 element_count) {
stream_executor_pimpl.h 113 DeviceMemory<T> AllocateArray(uint64 element_count);
115 // As AllocateArray(), but returns a ScopedDeviceMemory<T>.
118 return ScopedDeviceMemory<T>(this, AllocateArray<T>(element_count));
125 return AllocateArray<T>(1);
668 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count) {
703 : ScopedDeviceMemory(parent, parent->AllocateArray<ElemT>(values.size())) {
    [all...]
  /external/v8/src/compiler/
js-create-lowering.cc 67 void AllocateArray(int length, Handle<Map> map,
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 499 template<typename Type> Type* AllocateArray(int count);
    [all...]

Completed in 661 milliseconds