Home
last modified time | relevance | path

Searched refs:SharedCounter (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.h38 class SharedCounter; variable
120 SharedCounter* GPUAllocatorCounter(TfGpuId tf_gpu_id);
146 std::unique_ptr<SharedCounter> counter;
Dgpu_process_state.cc173 SharedCounter* timing_counter = nullptr; in GetGPUAllocator()
175 timing_counter = new SharedCounter; in GetGPUAllocator()
205 std::unique_ptr<SharedCounter>(timing_counter), in GetGPUAllocator()
221 SharedCounter* GPUProcessState::GPUAllocatorCounter(TfGpuId tf_gpu_id) { in GPUAllocatorCounter()
236 SharedCounter* timing_counter = new SharedCounter; in GPUAllocatorCounter()
322 std::unique_ptr<SharedCounter>(nullptr), in GetGpuHostAllocator()
Dgpu_device.h203 SharedCounter* timing_counter, Allocator* allocator, in GPUKernelTracker()
217 owned_counter_.reset(new SharedCounter); in GPUKernelTracker()
272 SharedCounter* timing_counter_;
273 std::unique_ptr<SharedCounter> owned_counter_;
Dgpu_device_test.cc466 timing_counter_.reset(new SharedCounter); in Init()
478 std::unique_ptr<SharedCounter> timing_counter_;
Dgpu_device.cc457 SharedCounter* timing_counter = nullptr; in Init()
/external/tensorflow/tensorflow/core/common_runtime/
Dshared_counter.h25 class SharedCounter {
Dbfc_allocator.h80 void SetTimingCounter(SharedCounter* sc) { timing_counter_ = sc; } in SetTimingCounter()
586 SharedCounter* timing_counter_ = nullptr;