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.h100 possible_devices_ = devices; in set_possible_devices()
102 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices()
198 std::vector<Device*> possible_devices_; variable
Dcolocation_graph.cc504 possible_devices_.clear(); in AssignDevice()
557 absl::StrJoin(DevicesToString(possible_devices_), ", "), "]"); in DebugString()