Home
last modified time | relevance | path

Searched refs:AllocateArray (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.h62 port::StatusOr<std::unique_ptr<TemporaryDeviceMemory<T>>> AllocateArray(
136 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray() function
Dstream_executor_pimpl.h123 DeviceMemory<T> AllocateArray(uint64 element_count);
128 return ScopedDeviceMemory<T>(this, AllocateArray<T>(element_count)); in AllocateOwnedArray()
135 return AllocateArray<T>(1); in AllocateScalar()
764 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count) { in AllocateArray() function
793 : ScopedDeviceMemory(parent, parent->AllocateArray<ElemT>(values.size())) { in ScopedDeviceMemory()
Dtemporary_memory_manager.cc98 stream_->parent()->AllocateArray<uint8>(byte_size); in AllocateArrayBase()
Dstream.h2041 return temporary_memory_manager_.AllocateArray<T>(element_count); in AllocateTemporaryArray()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_manager.h49 : device_memory_(executor, executor->AllocateArray<uint8>(length)), in InfeedBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddevice_memory_allocator.cc37 se::DeviceMemoryBase result = stream_executor->AllocateArray<uint8>(size); in Allocate()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator.h58 ptr = stream_exec_->AllocateArray<char>(num_bytes).opaque(); in Alloc()
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
Dminidump_file_writer.h238 bool AllocateArray(size_t count);
Dminidump_file_writer_unittest.cc88 ASSERT_TRUE(array.AllocateArray(count)); in WriteFile()
/external/v8/src/compiler/
Djs-create-lowering.cc432 ab.AllocateArray(size, factory()->fixed_array_map()); in ReduceJSCreateGeneratorObject()
934 a.AllocateArray(arity, factory()->fixed_array_map()); in ReduceJSCreateBoundFunction()
1078 aa.AllocateArray(2, factory()->fixed_array_map()); in ReduceJSCreateKeyValueArray()
1441 a.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateArguments()
1471 a.AllocateArray(num_elements, factory()->fixed_array_map()); in AllocateRestArguments()
1509 aa.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateAliasedArguments()
1521 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments()
1563 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments()
1595 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements()
1620 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements()
[all …]
Dallocation-builder.h62 void AllocateArray(int length, Handle<Map> map,
/external/protobuf/src/google/protobuf/
Ddescriptor.cc499 template<typename Type> Type* AllocateArray(int count);
987 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() function in google::protobuf::DescriptorPool::Tables
2927 inline void AllocateArray(int size, Type** output) { in AllocateArray() function in google::protobuf::DescriptorBuilder
2928 *output = tables_->AllocateArray<Type>(size); in AllocateArray()
3507 tables_->AllocateArray<EnumDescriptor>(1); in NewPlaceholder()
3521 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder()
3540 tables_->AllocateArray<Descriptor>(1); in NewPlaceholder()
3555 tables_->AllocateArray<Descriptor::ExtensionRange>(1); in NewPlaceholder()
3744 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
3916 tables_->AllocateArray<const FileDescriptor*>(proto.dependency_size()); in BuildFileImpl()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc177 if (!dir.AllocateArray(kNumWriters)) in Dump()
737 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc723 if (!dir.AllocateArray(writer_count)) in Write()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc236 if (!dir.AllocateArray(writer_count)) in Write()