chore: upgrade go-tflite dependency
This commit is contained in:
2
vendor/github.com/mattn/go-tflite/README.md
generated
vendored
2
vendor/github.com/mattn/go-tflite/README.md
generated
vendored
@ -92,5 +92,5 @@ rm -Rf edgetpu
|
||||
MIT
|
||||
|
||||
## Author
|
||||
Yasuhrio Matsumoto (a.k.a. mattn)
|
||||
Yasuhiro Matsumoto (a.k.a. mattn)
|
||||
|
||||
|
1
vendor/github.com/mattn/go-tflite/tflite_experimental.go
generated
vendored
1
vendor/github.com/mattn/go-tflite/tflite_experimental.go
generated
vendored
@ -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
2
vendor/modules.txt
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user