Home
last modified time | relevance | path

Searched defs:sub_allocator (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_bfc_allocator.cc90 DeviceMemAllocator* sub_allocator, size_t total_memory, const string& name, in PluggableDeviceBFCAllocator()
96 DeviceMemAllocator* sub_allocator, size_t total_memory, in PluggableDeviceBFCAllocator()
H A Dpluggable_device_process_state.cc113 DeviceMemAllocator* sub_allocator = new DeviceMemAllocator( in GetPluggableDeviceAllocator() local
186 SubAllocator* sub_allocator = new DeviceHostAllocator( in GetPluggableDeviceHostAllocator() local
H A Dpluggable_device_simple_allocator.cc22 DeviceMemAllocator* sub_allocator) in PluggableDeviceSimpleAllocator()
H A Dpluggable_device_process_state.h109 SubAllocator* sub_allocator; // owned by allocator member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_process_state.cc182 std::unique_ptr<SubAllocator> sub_allocator = in GetGPUAllocator() local
344 SubAllocator* sub_allocator = new DeviceHostAllocator( in GetGpuHostAllocator() local
H A Dgpu_bfc_allocator.cc80 GPUBFCAllocator::GPUBFCAllocator(std::unique_ptr<SubAllocator> sub_allocator, in GPUBFCAllocator()
H A Dgpu_process_state.h153 SubAllocator* sub_allocator; // owned by allocator member
H A Dpool_allocator_test.cc149 DeviceHostAllocator* sub_allocator = new DeviceHostAllocator( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dgpu_device.cc224 auto sub_allocator = std::make_unique<tensorflow::DeviceMemAllocator>( in CreateBFCAllocator() local
308 std::unique_ptr<tensorflow::SubAllocator> sub_allocator( in GetGpuHostAllocator() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_state.cc86 SubAllocator* sub_allocator = in GetCPUAllocator() local
H A Dmkl_cpu_allocator.h53 MklSmallSizeAllocator(SubAllocator* sub_allocator, size_t total_memory, in MklSmallSizeAllocator()
H A Dbfc_allocator.cc43 BFCAllocator::BFCAllocator(std::unique_ptr<SubAllocator> sub_allocator, in BFCAllocator()