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.cc200 SharedCounter* timing_counter = nullptr; in GetGPUAllocator() local
202 timing_counter = new SharedCounter; in GetGPUAllocator()
203 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()
245 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()
281 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter() local
282 allocator_parts.bfc_allocator->SetTimingCounter(timing_counter); in GPUAllocatorCounter()
283 allocator_parts.counter.reset(timing_counter); in GPUAllocatorCounter()
Dgpu_device.h237 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker() argument
242 timing_counter_(timing_counter), in GPUKernelTracker()
Dgpu_device.cc476 SharedCounter* timing_counter = nullptr; in Init() local
482 timing_counter = in Init()
484 DCHECK(timing_counter); in Init()
487 tracker_params, Env::Default(), stream_->compute, timing_counter, in Init()