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.h79 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices() function
222 const std::vector<Device*>** possible_devices);
Dcolocation_graph.cc693 Node* node, const std::vector<Device*>** possible_devices) { in GetDevicesForNode() argument
694 *possible_devices = nullptr; in GetDevicesForNode()
696 if (!members_[node_root].possible_devices().empty()) { in GetDevicesForNode()
697 *possible_devices = &members_[node_root].possible_devices(); in GetDevicesForNode()
827 *possible_devices = &members_[node_root].possible_devices(); in GetDevicesForNode()