Searched defs:TestOptLib (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/tests/ut/cpp/optimizer/ |
| D | lib_test.cc | 37 class TestOptLib : public UT::Common { class 39 TestOptLib() : getPyFun("gtest_input.optimizer.opt_test", true), irpass() {} in TestOptLib() function in mindspore::opt::TestOptLib 86 TEST_F(TestOptLib, test_simplify_always_true_false) { in TEST_F() argument 95 TEST_F(TestOptLib, test_inline) { in TEST_F() argument 114 TEST_F(TestOptLib, test_inline_successively) { in TEST_F() argument 121 TEST_F(TestOptLib, test_inline_closure) { in TEST_F() argument 128 TEST_F(TestOptLib, test_inline_deep_closure) { in TEST_F() argument 135 TEST_F(TestOptLib, test_inline_new_closure) { in TEST_F() argument 142 TEST_F(TestOptLib, test_inline_while) { in TEST_F() argument 149 TEST_F(TestOptLib, test_arithmetic) { in TEST_F() argument [all …]
|