| 226 | } |
| 227 | |
| 228 | xla::StatusOr<absl::optional<jit::DeviceId>> MaybePickDeviceForXla( |
| 229 | const jit::DeviceInfoCache& device_info_cache, |
| 230 | const jit::DeviceSet& devices, bool allow_mixing_unknown_and_cpu) { |
| 231 | return PickDeviceForXlaImpl(device_info_cache, devices, |
| 232 | allow_mixing_unknown_and_cpu, |
| 233 | /*failure_to_pick_is_error=*/false); |
| 234 | } |
| 235 | } // namespace tensorflow |
no test coverage detected