mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00

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