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

@ -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;