Home
last modified time | relevance | path

Searched refs:ValidateGPUMachineManager (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_init.h30 Status ValidateGPUMachineManager();
Dgpu_init.cc31 Status ValidateGPUMachineManager() { in ValidateGPUMachineManager() function
Dgpu_device.cc981 TF_RETURN_IF_ERROR(ValidateGPUMachineManager()); in CreateDevices()
/external/tensorflow/tensorflow/core/grappler/
Ddevices.cc33 if (ValidateGPUMachineManager().ok()) { in GetNumAvailableGPUs()