Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.h77 possible_devices_ = devices; in set_possible_devices()
79 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices()
133 std::vector<Device*> possible_devices_; variable
Dcolocation_graph.cc436 possible_devices_.clear(); in AssignDevice()
450 absl::StrJoin(DevicesToString(possible_devices_), ", "), "]"); in DebugString()