TensorFlow Lite FrontEnd: documentation changes (#17187)

* First glance doc changes

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow_Lite.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
This commit is contained in:
Evgenya Stepyreva
2023-04-25 16:18:24 +04:00
committed by GitHub
parent 27210b6505
commit ee4ccec190
21 changed files with 165 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ ov::AnyMap gpu_config = {};
//! [part5]
ov::Core core;
// Read a network in IR, TensorFlow, PaddlePaddle, or ONNX format:
// Read a network in IR, TensorFlow, TensorFlow Lite, PaddlePaddle, or ONNX format:
std::shared_ptr<ov::Model> model = core.read_model("sample.xml");
// Configure the CPU and the GPU devices when compiling model