Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.h40 se::DeviceMemoryAllocator* memory_allocator) in BufferAllocations()
50 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dgpu_executable.cc306 se::DeviceMemoryAllocator* const memory_allocator, int device_ordinal, in BufferForAllocation()
377 se::DeviceMemoryAllocator* const memory_allocator, in GenerateBufferAllocations()
421 se::DeviceMemoryAllocator* const memory_allocator = run_options->allocator(); in ExecuteAsyncOnStreamImpl() local
Dfft_thunk.cc32 int device_ordinal, se::DeviceMemoryAllocator* memory_allocator) in FftScratchAllocator()
Dgpu_conv_algorithm_picker.cc57 se::DeviceMemoryAllocator* memory_allocator) in ScratchAllocator()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc94 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal) { in MemoryForAllocation()
128 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal, in CreateBufferTable()
352 se::DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteAsyncOnStream() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.h91 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
Dshaped_buffer.h176 se::DeviceMemoryAllocator* memory_allocator() const { return allocator_; } 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/lite/micro/
Dmicro_allocator.cc67 explicit MicroBuiltinDataAllocator(SimpleMemoryAllocator* memory_allocator) in MicroBuiltinDataAllocator()
598 MicroAllocator::MicroAllocator(SimpleMemoryAllocator* memory_allocator, in MicroAllocator()
615 MicroAllocator* MicroAllocator::Create(SimpleMemoryAllocator* memory_allocator, in Create()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc49 DeviceMemoryAllocator* memory_allocator, in RedzoneAllocator()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles.cc235 TRTBaseAllocator* memory_allocator) { in CreateExecutionContexts()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc82 se::StreamExecutorMemoryAllocator memory_allocator( in RunAndCheck() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc385 se::DeviceMemoryAllocator* const memory_allocator; member