Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h65 DeviceMemoryAllocator* memory_allocator() const { return memory_allocator_; } in memory_allocator() function
87 DeviceMemoryAllocator* memory_allocator, in BufferAllocations()
Dscratch_allocator.h32 ScratchAllocator(int device_ordinal, DeviceMemoryAllocator* memory_allocator) in ScratchAllocator()
Dbuffer_allocations.cc42 DeviceMemoryAllocator* memory_allocator) { in Build()
Dfft_thunk.cc32 int device_ordinal, DeviceMemoryAllocator* memory_allocator) in FftScratchAllocator()
Dgpu_executable.cc240 DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteOnStream() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.h91 DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dshaped_buffer.h157 DeviceMemoryAllocator* memory_allocator() const { return allocator_; } in memory_allocator() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc78 DeviceMemoryAllocator* memory_allocator, int device_ordinal, in CreateBufferTable()
300 DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteAsyncOnStreamImpl() local
/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/v8/src/heap/
Dheap.h792 MemoryAllocator* memory_allocator() { return memory_allocator_; } in memory_allocator() function