Home
last modified time | relevance | path

Searched refs:SetTimingCounter (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc176 gpu_bfc_allocator->SetTimingCounter(timing_counter); in GetGPUAllocator()
237 allocator_parts.bfc_allocator->SetTimingCounter(timing_counter); in GPUAllocatorCounter()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h80 void SetTimingCounter(SharedCounter* sc) { timing_counter_ = sc; } in SetTimingCounter() function