Searched refs:possible_devices (Results 1 – 3 of 3) sorted by relevance
867 const PossibleDevices& possible_devices = groups.group_devices[group_id]; in ApplyIOColocationGroups() local868 TF_RETURN_IF_ERROR(LimitToPossibleDevices(*group_node, possible_devices)); in ApplyIOColocationGroups()979 std::vector<Device*>* possible_devices) { in GetSoftDeviceCandidates() argument986 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 …]
98 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices() function250 const std::vector<Device*>** possible_devices);336 std::vector<Device*>* possible_devices);
98 PossibleDevices& possible_devices = (*group_devices)[assigned_group_id]; in FillGroups() local100 TF_RETURN_IF_ERROR(member.FillPossibleDevices(&possible_devices)); in FillGroups()