Home
last modified time | relevance | path

Searched defs:memory_allocator (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h65 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
89 se::DeviceMemoryAllocator* memory_allocator, in BufferAllocations()
Dbuffer_allocations.cc42 se::DeviceMemoryAllocator* memory_allocator) { in Build()
Dfft_thunk.cc32 int device_ordinal, se::DeviceMemoryAllocator* memory_allocator) in FftScratchAllocator()
Dgpu_executable.cc306 se::DeviceMemoryAllocator* const memory_allocator = run_options->allocator(); in ExecuteAsyncOnStream() local
Dgpu_conv_algorithm_picker.cc54 se::DeviceMemoryAllocator* memory_allocator) in ScratchAllocator()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.h91 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dshaped_buffer.h159 se::DeviceMemoryAllocator* memory_allocator() const { return allocator_; } in memory_allocator() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc82 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal, in CreateBufferTable()
313 se::DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteAsyncOnStream() local
/external/v8/src/heap/
Dread-only-spaces.cc285 void SharedReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown()
294 void ReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown()
321 void ReadOnlySpace::SetPermissionsForPages(MemoryAllocator* memory_allocator, in SetPermissionsForPages()
377 auto* memory_allocator = heap()->memory_allocator(); in Seal() local
Dmemory-chunk.cc21 MemoryAllocator* memory_allocator = heap_->memory_allocator(); in DiscardUnusedMemory() local
Dheap.h850 MemoryAllocator* memory_allocator() { return memory_allocator_.get(); } in memory_allocator() function
851 const MemoryAllocator* memory_allocator() const { in memory_allocator() function
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h217 PersistentMemoryAllocator* memory_allocator() { in memory_allocator() function
Dpersistent_histogram_allocator.cc914 PersistentMemoryAllocator* memory_allocator = in ReleaseForTesting() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc73 auto memory_allocator = in RunAndCheck() local
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc48 DeviceMemoryAllocator* memory_allocator, in RedzoneAllocator()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator.cc61 explicit MicroBuiltinDataAllocator(SimpleMemoryAllocator* memory_allocator) in MicroBuiltinDataAllocator()