Add slt in template plugin/tensor iterator (#9692)

* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now

* update repo

* add initial op reference code of TensorIterator with LSTM body function

* add GRU/RNN case in setup

* add all other test cases

* add visitor api test

* remove unnecessary header files

* fix clang-format issue

* fix copyright year and remove ngraph_helper namespace

* rename ti.cpp to tensor_iterator.cpp in core unit test

* apply suggestions
This commit is contained in:
Wilson Seok
2022-02-15 02:48:18 -08:00
committed by GitHub
parent 68c390f679
commit e168c9b1c3
4 changed files with 2497 additions and 30 deletions