Skip to content

Commit

Permalink
Update src/frontends/tensorflow_lite/tests/tf_utils.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
  • Loading branch information
gkrivor and rkazants committed May 28, 2024
1 parent c7d24b9 commit 24e64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/tensorflow_lite/tests/tf_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace tests {

extern const std::string TF_LITE_FE;

// A wrapper to create Tensorflow Lite Frontend and configure the conversion pipeline
// A wrapper to create TensorFlow Lite Frontend and configure the conversion pipeline
std::shared_ptr<ov::Model> convert_model(const std::string& model_path,
const ov::frontend::ConversionExtensionBase::Ptr& conv_ext = nullptr);
} // namespace tests
Expand Down

0 comments on commit 24e64c7

Please sign in to comment.