Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_outfeed_test.cc55 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
83 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
111 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_literal_caching_test.cc73 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
122 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_topk_test.cc53 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
80 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_key_value_sort_test.cc57 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_dyn_shape_test.cc55 CompileAheadOfTimeAndVerifyIr(std::move(hlo_module), options, in TEST_F()
Dcpu_profiling_test.cc92 CompileAheadOfTimeAndVerifyIr(std::move(hlo_module).ValueOrDie(), options, in TEST_P()
Dcpu_eigen_dot_operation_test.cc57 CompileAheadOfTimeAndVerifyIr(std::move(hlo_module), options, in CompileAndCheck()
Dcpu_vectorization_test.cc111 CompileAheadOfTimeAndVerifyIr(std::move(hlo_module), options, check_lines, in TEST_P()
Dcpu_intrinsic_test.cc115 CompileAheadOfTimeAndVerifyIr(std::move(hlo_module), options, check_lines, in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_irgen_test_base.h56 void CompileAheadOfTimeAndVerifyIr(std::unique_ptr<HloModule> hlo_module,
Dllvm_irgen_test_base.cc72 void LlvmIrGenTestBase::CompileAheadOfTimeAndVerifyIr( in CompileAheadOfTimeAndVerifyIr() function in xla::LlvmIrGenTestBase