Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.h59 return gpu_device_enabled_; in HasGPUDevice()
65 gpu_device_enabled_ = true; in EnableGPUDevice()
133 bool gpu_device_enabled_; variable
Dgpu_process_state.cc66 GPUProcessState::GPUProcessState() : gpu_device_enabled_(false) { in GPUProcessState()
325 gpu_device_enabled_ = false; in TestOnlyReset()