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 <[email protected]>
  • Loading branch information
gkrivor and rkazants authored May 28, 2024
1 parent f68bda0 commit a6baa1a
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 a6baa1a

Please sign in to comment.