Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2422 const char* GetDeviceName(PyObject* py_device_name) { argument
2423 if (py_device_name != Py_None) {
2424 return TFE_GetPythonString(py_device_name);