Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc173 SharedCounter* timing_counter = nullptr; in GetGPUAllocator() local
175 timing_counter = new SharedCounter; in GetGPUAllocator()
176 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()
205 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()
236 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter() local
237 allocator_parts.bfc_allocator->SetTimingCounter(timing_counter); in GPUAllocatorCounter()
238 allocator_parts.counter.reset(timing_counter); in GPUAllocatorCounter()
Dgpu_device.h203 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker() argument
208 timing_counter_(timing_counter), in GPUKernelTracker()
Dgpu_device.cc457 SharedCounter* timing_counter = nullptr; in Init() local
463 timing_counter = in Init()
465 DCHECK(timing_counter); in Init()
468 tracker_params, Env::Default(), stream_->compute, timing_counter, in Init()