Skip to content

Commit

Permalink
Update src/frontends/tensorflow_lite/tests/tf_utils.cpp
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 06b3d4b commit c7d24b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontends/tensorflow_lite/tests/tf_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static FrontEnd::Ptr get_tflite_frontend(bool default_front_end = true) {
}

if (!front_end) {
throw "Tensorflow Lite FrontEnd is not initialized";
throw "TensorFlow Lite FrontEnd is not initialized";
}

return front_end;
Expand Down

0 comments on commit c7d24b9

Please sign in to comment.