* [ONNX FE] Support value freezing without specifying type
Implement gete_element_type method for ONNX InputModel.
Implement tests with freezing integer input and float models
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Update src/frontends/onnx/frontend/src/input_model.cpp
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
* Update src/frontends/onnx/frontend/src/input_model.cpp
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
* Update src/frontends/onnx/frontend/src/input_model.cpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* Return only element type for model inputs and add ONNX FE tests
* Rename variable in the test
* Add syntax mark
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* updated to get ockable memory for device inputs
* gpuFuncTest to set f64 scalar tensor
* aligned type names
* updated to get lockable memory for some specific precisions
* install_openvino_dependencies: Added ocl-icd for ubi8 image
* install_openvino_dependencies.sh: Added json-devel to pkgs_dev for ubi8
* install_openvino_dependencies: Added pkgconf-pkg-config to pkgs_dev
* install_openvino_dependencies: Moved pkgconf-pkg-config to high-level pkgs_dev
* install_openvino_dependencies: Fixed with case for centos7
* Update scripts/install_dependencies/install_openvino_dependencies.sh
applied comments
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* [TF FE] Break the cycle in the different way
Earlier solution was incorrect due to inproper handling of forward edges cases
(edges going from parent to grand-child) for which topological sorting
of nodes can be interrupted.
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Break the cycle by NextIteration inputs
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Initial TOC config
TOC depth
prev-next btn
TOC initial links
* extensibility section
header changed to section
section populated
* media processing and CV lib
header changed to section
no content in the node article... needs to be added later
* openvino security
header turned into section
intro article used as the section parent
* ecosystem
header turned to section
section populated
* menu padding adjustment
* benchmarks and release notes
benchmarks moved to resources
release notes moved to top level
case studies link
* OpenVINO IR
IR articles put in a section
the parent article will require more content
* [TF FE] Support dynamic shape Placeholder freezing and PlaceholderWithDefault
Also, this PR contains reorganization of python unit tests for TF FE that
covers conversion and inference of different models in pbtxt.
This mini-infrastructure will be used in the future for TF FE support.
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Revert debug info
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>