Skip to content

Commit 9f50cc9

Browse files
allanrenucciGoogle-ML-Automation
authored andcommitted
Remove deprecated ReadModuleFromString and CreateModuleFromString.
PiperOrigin-RevId: 736104475
1 parent 0027e78 commit 9f50cc9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

xla/service/hlo_runner_interface.h

-9
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,6 @@ class HloRunnerInterface {
210210
HloRunnerInterface() = default;
211211
virtual ~HloRunnerInterface() = default;
212212

213-
// Converts an HloModule from the given hlo textual IR string (in
214-
// HloModule::ToString format).
215-
ABSL_DEPRECATE_AND_INLINE()
216-
inline static absl::StatusOr<std::unique_ptr<HloModule>>
217-
CreateModuleFromString(absl::string_view hlo_string,
218-
const DebugOptions& debug_options) {
219-
return xla::CreateModuleFromString(hlo_string, debug_options);
220-
}
221-
222213
// Creates a runner-internal executable object given an HLO module and returns
223214
// a OpaqueExecutable. If run_hlo_passes is true, the HLO passes will be run
224215
// as part of compilation.

0 commit comments

Comments
 (0)