Skip to content

Commit

Permalink
Loading tflite buffer from buffer working
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardohenz committed Sep 28, 2020
1 parent 5b11bfb commit 8113f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native_client/tflitemodelstate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ TFLiteModelState::init(const std::string &model_string, bool init_from_bytes)
}
}


tflite::ops::builtin::BuiltinOpResolver resolver;
tflite::InterpreterBuilder(*fbmodel_, resolver)(&interpreter_);
if (!interpreter_) {
Expand Down

0 comments on commit 8113f98

Please sign in to comment.