Home
last modified time | relevance | path

Searched refs:ParseHloStringAndVerifyModule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dverified_hlo_module.h50 Status ParseHloStringAndVerifyModule(absl::string_view str);
H A Dverified_hlo_module.cc29 Status VerifiedHloModule::ParseHloStringAndVerifyModule(absl::string_view str) { in ParseHloStringAndVerifyModule() function in xla::VerifiedHloModule
H A Dlocal_client_test_base.cc224 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
H A Dhlo_test_base.cc144 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
H A Dconv_emitter_test.cc50 TF_CHECK_OK(hlo_module.ParseHloStringAndVerifyModule(hlo_text)); in CompileHloConvAndGetMlir()