openvino/docs/template_plugin/backend
David Nam 000723acd0
Add ReadValue and Assign to template plugin tests (#9132)
* Add readvalue, assign to templte plugin test

* Fix clang error

* Fix clang error

* Remove unnecessary comment

* Fix type-casting error

* Fix ci issue regarding const value

* Change Function to Model

* Fix op scope

* Change way to get variable

* Fix type-casting error

* Set variable id to const

* Fix side-effect in ieFuncTests

* Implement Assign-3, ReadValue-3 in evaluates_map

* Correct setting attribute

* Correct setting attribute

* Remove unnecessarily added method

* Roll back v6

* Use member variable for variable_id in assign-3, read_value-3

* Get data pointer from host tensor

* Remove visitor API test for ReadValue-6, Assign-6

* Implement visitor api test for read_value-6, assign-6

* Fix clang error

* Split read_value and assign into each file for visitor test

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-03-18 07:13:40 +00:00
..
pass Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
CMakeLists.txt Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
backend.cpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
backend.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
cache.cpp Removed legacy names and environment variables from the code (#10195) 2022-02-09 11:04:25 +03:00
cache.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
evaluates_map.cpp Add ReadValue and Assign to template plugin tests (#9132) 2022-03-18 07:13:40 +00:00
evaluates_map.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
executable.cpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
executable.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
int_backend.cpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
int_backend.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
int_executable.cpp Add ReadValue and Assign to template plugin tests (#9132) 2022-03-18 07:13:40 +00:00
int_executable.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00
opset_int_tbl.hpp Add ReadValue and Assign to template plugin tests (#9132) 2022-03-18 07:13:40 +00:00
performance_counter.hpp Update year to 2022 in copyright notice (#9755) 2022-01-19 01:07:49 +03:00