Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dverified_hlo_module.h50 Status ParseHloStringAndVerifyModule(absl::string_view str);
Dverified_hlo_module.cc29 Status VerifiedHloModule::ParseHloStringAndVerifyModule(absl::string_view str) { in ParseHloStringAndVerifyModule() function in xla::VerifiedHloModule
Dlocal_client_test_base.cc227 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
Dhlo_test_base.cc141 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_text)); in ParseAndReturnVerifiedModule()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc46 TF_CHECK_OK(hlo_module.ParseHloStringAndVerifyModule(hlo_text)); in CompileHloConvAndGetMlir()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util_test.cc49 TF_RETURN_IF_ERROR(module->ParseHloStringAndVerifyModule(hlo_string)); in GetParsedModule()