Home
last modified time | relevance | path

Searched refs:gpu_bfc_allocator (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
DBUILD107 "gpu_bfc_allocator.h",
144 ":gpu_bfc_allocator",
185 name = "gpu_bfc_allocator",
187 "gpu_bfc_allocator.cc",
189 hdrs = ["gpu_bfc_allocator.h"],
Dgpu_process_state.cc169 GPUBFCAllocator* gpu_bfc_allocator = in GetGPUAllocator() local
172 Allocator* gpu_allocator = gpu_bfc_allocator; in GetGPUAllocator()
176 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()
206 gpu_bfc_allocator, sub_allocator, in GetGPUAllocator()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc133 auto gpu_bfc_allocator = absl::make_unique<tensorflow::BFCAllocator>( in CreateBFCAllocator() local
137 allocators.emplace_back(std::move(gpu_bfc_allocator), in CreateBFCAllocator()