Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 8113f98

Browse files
committed
Loading tflite buffer from buffer working
1 parent 5b11bfb commit 8113f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native_client/tflitemodelstate.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ TFLiteModelState::init(const std::string &model_string, bool init_from_bytes)
180180
}
181181
}
182182

183-
184183
tflite::ops::builtin::BuiltinOpResolver resolver;
185184
tflite::InterpreterBuilder(*fbmodel_, resolver)(&interpreter_);
186185
if (!interpreter_) {

0 commit comments

Comments
 (0)