Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc867 const PossibleDevices& possible_devices = groups.group_devices[group_id]; in ApplyIOColocationGroups() local
868 TF_RETURN_IF_ERROR(LimitToPossibleDevices(*group_node, possible_devices)); in ApplyIOColocationGroups()
979 std::vector<Device*>* possible_devices) { in GetSoftDeviceCandidates() argument
986 device_set_.FindMatchingDevices(soft_device_name, possible_devices); in GetSoftDeviceCandidates()
987 if (!possible_devices->empty()) { in GetSoftDeviceCandidates()
988 *possible_devices = FilterSupportedDevices( in GetSoftDeviceCandidates()
989 *possible_devices, root_member.supported_device_types(), in GetSoftDeviceCandidates()
993 if (!possible_devices->empty()) { in GetSoftDeviceCandidates()
1009 device_set_.FindMatchingDevices(soft_device_name, possible_devices); in GetSoftDeviceCandidates()
1010 if (!possible_devices->empty()) { in GetSoftDeviceCandidates()
[all …]
Dcolocation_graph.h98 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices() function
250 const std::vector<Device*>** possible_devices);
336 std::vector<Device*>* possible_devices);
Dinspecting_placer.cc98 PossibleDevices& possible_devices = (*group_devices)[assigned_group_id]; in FillGroups() local
100 TF_RETURN_IF_ERROR(member.FillPossibleDevices(&possible_devices)); in FillGroups()