Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc102 std::vector<string> DevicesToString(const std::vector<Device*> devices) { in DevicesToString() function
450 absl::StrJoin(DevicesToString(possible_devices_), ", "), "]"); in DebugString()