Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.h56 static Status ListAllPhysicalDevices(std::vector<string>* devices);
Ddevice_factory.cc93 Status DeviceFactory::ListAllPhysicalDevices(std::vector<string>* devices) { in ListAllPhysicalDevices() function in tensorflow::DeviceFactory
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt79 tensorflow::DeviceFactory::ListAllPhysicalDevices
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc273 tensorflow::DeviceFactory::ListAllPhysicalDevices(&devices); in InputTFE_OutputTensorHandles()