Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc91 std::vector<Device*> filtered_devices; in FilterSupportedDevices() local
93 filtered_devices.emplace_back(filtered_default_device); in FilterSupportedDevices()
96 filtered_devices.push_back(prioritized_filtered_device.first); in FilterSupportedDevices()
98 return filtered_devices; in FilterSupportedDevices()