Searched refs:possible_devices (Results 1 – 3 of 3) sorted by relevance
835 PossibleDevices possible_devices; in AddHostOnlyDataTypesConstraints() local837 std::back_inserter(possible_devices.device_types), in AddHostOnlyDataTypesConstraints()841 possible_devices, /*allow_soft_placement=*/false)); in AddHostOnlyDataTypesConstraints()996 const PossibleDevices& possible_devices = groups.group_devices[group_id]; in ApplyIOColocationGroups() local997 TF_RETURN_IF_ERROR(LimitToPossibleDevices(*group_node, possible_devices)); in ApplyIOColocationGroups()1108 std::vector<Device*>* possible_devices) { in GetSoftDeviceCandidates() argument1115 device_set_.FindMatchingDevices(soft_device_name, possible_devices); in GetSoftDeviceCandidates()1116 if (!possible_devices->empty()) { in GetSoftDeviceCandidates()1117 *possible_devices = FilterSupportedDevices( in GetSoftDeviceCandidates()1118 *possible_devices, root_member.supported_device_types(), in GetSoftDeviceCandidates()[all …]
102 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices() function254 const std::vector<Device*>** possible_devices);348 std::vector<Device*>* possible_devices);
99 PossibleDevices& possible_devices = (*group_devices)[assigned_group_id]; in FillGroups() local101 TF_RETURN_IF_ERROR(member.FillPossibleDevices(&possible_devices)); in FillGroups()