Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA][NFC] Make interface of module loaders consistent.
LoadModuleFromData has (data, format, config, ...) signature while FromFile has (path, config, format, ...). Change the latter so `format` becomes the second argument in both cases. Since I'm touching this file: * Use `std::string_view` and `absl::Status` * Change `ovr_config` parameter to `const &` PiperOrigin-RevId: 601304308
- Loading branch information