Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc151 const string module_str_after_run = module->ToProto().ShortDebugString(); in RunHloPass() local
154 EXPECT_EQ(module_str_after_run, module_str_before_run); in RunHloPass()