Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtoken_hlo_test.cc149 HloRunner::CreateModuleFromString(module_string, debug_options)); in XLA_TEST_F()
187 HloRunner::CreateModuleFromString(module_string, debug_options)); in XLA_TEST_F()
197 HloRunner::CreateModuleFromString(module_string, debug_options)); in XLA_TEST_F()
Dhlo_test_base.cc332 HloRunner::CreateModuleFromString(hlo_string, GetDebugOptionsForTest()); in RunAndCompare()
347 HloRunner::CreateModuleFromString(hlo_string, GetDebugOptionsForTest()); in Run()
402 HloRunner::CreateModuleFromString(hlo_string, GetDebugOptionsForTest()); in RunMultipleTimes()
474 HloRunner::CreateModuleFromString(hlo_string, GetDebugOptionsForTest()); in RunAndCompareNoHloPasses()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.h89 static StatusOr<std::unique_ptr<HloModule>> CreateModuleFromString(
Dhlo_runner.cc37 HloRunner::CreateModuleFromString(const absl::string_view hlo_string, in CreateModuleFromString() function in xla::HloRunner
Dbuffer_assignment_test.cc2550 HloRunner::CreateModuleFromString(hlo_string, GetDebugOptionsForTest()); in TEST_F()