HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleConfigForTest (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
all_reduce_test.cc 47 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie();
68 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie();
94 ParseHloString(module_str, GetModuleConfigForTest()).ValueOrDie();
multi_device_all_reduce_test.cc 43 auto config = GetModuleConfigForTest();
token_hlo_test.cc 225 ParseHloString(module_string, GetModuleConfigForTest()));
246 ParseHloString(module_string, GetModuleConfigForTest()));
264 ParseHloString(module_string, GetModuleConfigForTest()));
287 ParseHloString(module_string, GetModuleConfigForTest()));
hlo_test_base.h 158 HloModuleConfig GetModuleConfigForTest() {
hlo_test_base.cc 135 return absl::make_unique<HloModule>(name, GetModuleConfigForTest());
141 name, GetModuleConfigForTest(), verifier_layout_sensitive_,
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_fused_conv_rewriter_test.cc 34 ->RunHloPasses(ParseHloString(hlo_string, GetModuleConfigForTest())
297 ->RunHloPasses(ParseHloString(kHloString, GetModuleConfigForTest())
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
gpu_kernel_tiling_test.cc 35 return GetModuleConfigForTest();
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment_test.cc     [all...]
hlo_dataflow_analysis_test.cc     [all...]

Completed in 2519 milliseconds