chore: upgrade go-tflite dependency

This commit is contained in:
2022-09-08 10:39:46 +02:00
parent 2e8bf4252b
commit 24d39461b4
5 changed files with 5 additions and 7 deletions

View File

@ -92,5 +92,5 @@ rm -Rf edgetpu
MIT
## Author
Yasuhrio Matsumoto (a.k.a. mattn)
Yasuhiro Matsumoto (a.k.a. mattn)

View File

@ -32,7 +32,6 @@ _make_registration(void* o_init, void* o_free, void* o_prepare, void* o_invoke,
}
static void look_context(TfLiteContext *context) {
context->tensors;
TfLiteIntArray *plan = NULL;
context->GetExecutionPlan(context, &plan);
if (plan == NULL) return;

2
vendor/modules.txt vendored
View File

@ -28,7 +28,7 @@ github.com/gorilla/websocket
# github.com/mattn/go-pointer v0.0.1
## explicit
github.com/mattn/go-pointer
# github.com/mattn/go-tflite v1.0.2
# github.com/mattn/go-tflite v1.0.4
## explicit; go 1.13
github.com/mattn/go-tflite
github.com/mattn/go-tflite/delegates