Remove HloRunner::ReadModule.
Replace with methods which explicitly specify the HLO file format. ReadModule would automatically determine the format of the file (HLO text, text proto, or binary proto). However, automatic determination did not work well because the underlying TF code which read protos from files unconditionally emitted error messages to stderr in case of parsing error resulting in confusing and irrelevant error messages to the user. PiperOrigin-RevId: 183754369
Loading
Please sign in to comment