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:
committed by
GitHub
parent
27210b6505
commit
ee4ccec190
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user