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

  /external/tensorflow/tensorflow/stream_executor/
temporary_memory_manager.h 63 port::StatusOr<std::unique_ptr<TemporaryDeviceMemory<T>>> AllocateArray(
137 TemporaryMemoryManager::AllocateArray(uint64 element_count) {
temporary_memory_manager.cc 98 stream_->parent()->AllocateArray<uint8>(byte_size);
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...]
stream.h     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_bfc_allocator.h 64 ptr = stream_exec_->AllocateArray<char>(num_bytes).opaque();
  /external/tensorflow/tensorflow/compiler/xla/service/
device_memory_allocator.cc 39 stream_executor->AllocateArray<uint8>(size);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h 51 device_memory_ = executor_->AllocateArray<uint8>(length);
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) {
minidump_file_writer.h 238 bool AllocateArray(size_t count);
246 // Must have been allocated using AllocateArray().
minidump_file_writer_unittest.cc 88 ASSERT_TRUE(array.AllocateArray(count));
  /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...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 177 if (!dir.AllocateArray(kNumWriters))
737 if (!linkmap.AllocateArray(dso_count))
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 723 if (!dir.AllocateArray(writer_count))
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 236 if (!dir.AllocateArray(writer_count))
    [all...]

Completed in 401 milliseconds