Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_outfeed_test.cc43 std::string filecheck_pattern = R"( in TEST_F() local
55 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
71 std::string filecheck_pattern = R"( in TEST_F() local
83 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
99 std::string filecheck_pattern = R"( in TEST_F() local
111 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_literal_caching_test.cc59 std::string filecheck_pattern = R"( in TEST_F() local
73 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
106 std::string filecheck_pattern = R"( in TEST_F() local
122 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_topk_test.cc43 constexpr char filecheck_pattern[] = R"( in TEST_F() local
53 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
70 constexpr char filecheck_pattern[] = R"( in TEST_F() local
80 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_key_value_sort_test.cc45 std::string filecheck_pattern = R"( in TEST_F() local
57 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_dyn_shape_test.cc41 std::string filecheck_pattern = R"( in TEST_F() local
56 filecheck_pattern, in TEST_F()
Dcpu_spmd_compile_test.cc84 std::string filecheck_pattern = R"( in TEST_F() local
89 CompileAheadOfTimeAndVerifyIr(std::move(module), options, filecheck_pattern, in TEST_F()
Dcpu_external_constants_test.cc34 const char* filecheck_pattern) { in TestWithArray() argument
53 CompileAndVerifyIr(std::move(module), filecheck_pattern, in TestWithArray()
Dcpu_noalias_test.cc135 const char* filecheck_pattern = R"( in TEST_F() local
149 RunFileCheck(llvm_ir::DumpModuleToString(ir_module), filecheck_pattern)); in TEST_F()