Searched refs:ParseHloStringAndVerifyModule (Results 1 – 6 of 6) sorted by relevance
50 Status ParseHloStringAndVerifyModule(absl::string_view str);
29 Status VerifiedHloModule::ParseHloStringAndVerifyModule(absl::string_view str) { in ParseHloStringAndVerifyModule() function in xla::VerifiedHloModule
227 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
141 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
46 TF_CHECK_OK(hlo_module.ParseHloStringAndVerifyModule(hlo_text)); in CompileHloConvAndGetMlir()
49 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_string)); in GetParsedModule()