* [TF FE] Report a reason of no conversion of internal operations Some operations during translations can be temporarily converted to InternalOperation such as Const operation of string type for which we need to define more elaborated reason why it is represented as InternalOperation. Also, restrict instantiation of InternalOperation because instead user should use FrameworkNode. InternalOperation is a base class for internal operation types of TF FE that have extended API compare to FrameWorkNode. For all internal operation we defined a reason why it is not converted to OpenVINO opset that will be reported in TF FE if they are not gone finally. Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> * Update src/frontends/tensorflow/tests/convert_unsupported.cpp * Correct a script for generation of the test model --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
OpenVINO Frontends
OpenVINO Frontends allow converting models from the native framework to OpenVINO representation.
Below is the full list of supported frontends: