/external/tensorflow/tensorflow/stream_executor/ |
D | temporary_memory_manager.h | 62 port::StatusOr<std::unique_ptr<TemporaryDeviceMemory<T>>> AllocateArray( 137 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray() function
|
D | stream_executor_pimpl.h | 124 DeviceMemory<T> AllocateArray(uint64 element_count, int64 memory_space = 0); 129 return ScopedDeviceMemory<T>(this, AllocateArray<T>(element_count)); in AllocateOwnedArray() 136 return AllocateArray<T>(1); in AllocateScalar() 810 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count, in AllocateArray() function 837 : ScopedDeviceMemory(parent, parent->AllocateArray<ElemT>(values.size())) { in ScopedDeviceMemory()
|
D | temporary_memory_manager.cc | 97 stream_->parent()->AllocateArray<uint8>(byte_size); in AllocateArrayBase()
|
D | stream_executor_pimpl.cc | 902 DeviceMemoryBase result = executor->AllocateArray<uint8>(size, memory_space); in Allocate()
|
D | stream.h | 2147 return temporary_memory_manager_.AllocateArray<T>(element_count); in AllocateTemporaryArray()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | infeed_manager.h | 50 : device_memory_(executor, executor->AllocateArray<uint8>(length)), in InfeedBuffer()
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_mem_allocator.h | 52 ptr = stream_exec_->AllocateArray<char>(num_bytes).opaque(); in Alloc()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer-inl.h | 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
|
D | minidump_file_writer.h | 238 bool AllocateArray(size_t count);
|
D | minidump_file_writer_unittest.cc | 88 ASSERT_TRUE(array.AllocateArray(count)); in WriteFile()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 628 Type* AllocateArray(int count); 1191 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 3269 *output = tables_->AllocateArray<Type>(size); in AllocateArray() 3906 placeholder_file->enum_types_ = tables_->AllocateArray<EnumDescriptor>(1); in NewPlaceholderWithMutexHeld() 3920 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholderWithMutexHeld() 3941 placeholder_file->message_types_ = tables_->AllocateArray<Descriptor>(1); in NewPlaceholderWithMutexHeld() 3957 tables_->AllocateArray<Descriptor::ExtensionRange>(1); in NewPlaceholderWithMutexHeld() 4156 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \ 4349 tables_->AllocateArray<const FileDescriptor*>(proto.dependency_size()); in BuildFileImpl() [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 233 if (!dir.AllocateArray(kNumWriters)) in Dump() 829 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 723 if (!dir.AllocateArray(writer_count)) in Write()
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_test.cc | 359 DeviceMemory<int> mem = executor->AllocateArray<int>(2); in TEST_F()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 256 if (!dir.AllocateArray(writer_count)) in Write()
|