Searched refs:GetModuleConfigForTest (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | all_reduce_test.cc | 47 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie(); in XLA_TEST_F() 68 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie(); in XLA_TEST_F() 94 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie(); in XLA_TEST_F()
|
D | token_hlo_test.cc | 225 ParseHloString(module_string, GetModuleConfigForTest())); in XLA_TEST_F() 246 ParseHloString(module_string, GetModuleConfigForTest())); in XLA_TEST_F() 264 ParseHloString(module_string, GetModuleConfigForTest())); in XLA_TEST_F() 287 ParseHloString(module_string, GetModuleConfigForTest())); in XLA_TEST_F()
|
D | multi_device_all_reduce_test.cc | 43 auto config = GetModuleConfigForTest(); in XLA_TEST_F()
|
D | hlo_test_base.cc | 135 return absl::make_unique<HloModule>(name, GetModuleConfigForTest()); in CreateNewUnverifiedModule() 141 name, GetModuleConfigForTest(), verifier_layout_sensitive_, in CreateNewVerifiedModule()
|
D | hlo_test_base.h | 158 HloModuleConfig GetModuleConfigForTest() { in GetModuleConfigForTest() function
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_fused_conv_rewriter_test.cc | 34 ->RunHloPasses(ParseHloString(hlo_string, GetModuleConfigForTest()) in GetOptimizedHlo() 297 ->RunHloPasses(ParseHloString(kHloString, GetModuleConfigForTest()) in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gpu_kernel_tiling_test.cc | 35 return GetModuleConfigForTest(); in ConfigWithLayoutAssignment()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment_test.cc | 1150 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F() 1166 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F() 1193 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F() 1225 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F() 1252 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F() 1287 ParseAndReturnVerifiedModule(module_str, GetModuleConfigForTest())); in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 1920 ParseHloString(module_string, GetModuleConfigForTest())); in TEST_P()
|