Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.h113 SharedCounter* GPUAllocatorCounter(TfGpuId tf_gpu_id);
Dgpu_process_state.cc164 SharedCounter* GPUProcessState::GPUAllocatorCounter(TfGpuId tf_gpu_id) { in GPUAllocatorCounter() function in tensorflow::GPUProcessState
Dgpu_device.cc325 GPUProcessState::singleton()->GPUAllocatorCounter(tf_gpu_id); in BaseGPUDevice()