Skip to content

Commit

Permalink
Merge pull request #303 from asus4/upgrade-v2.12.0
Browse files Browse the repository at this point in the history
Upgrade TensorFlow Lite library to v2.12.0
  • Loading branch information
asus4 authored May 14, 2023
2 parents b98db1c + 0478efe commit 6938ac7
Show file tree
Hide file tree
Showing 27 changed files with 744 additions and 315 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
default: "[email protected]:tensorflow/tensorflow.git"
tf-branch:
type: string
default: "v2.11.1"
default: "v2.12.0"

jobs:
build-mac:
Expand Down
6 changes: 3 additions & 3 deletions Packages/com.github.asus4.mediapipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.11.1",
"version": "2.12.0",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.11.1",
"com.github.asus4.tflite.common": "2.11.1"
"com.github.asus4.tflite": "2.12.0",
"com.github.asus4.tflite.common": "2.12.0"
}
}
4 changes: 2 additions & 2 deletions Packages/com.github.asus4.tflite.common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.11.1",
"version": "2.12.0",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.11.1"
"com.github.asus4.tflite": "2.12.0"
}
}
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#import <TensorFlowLiteC/builtin_ops.h>
#import <TensorFlowLiteC/c_api.h>
#import <TensorFlowLiteC/c_api_experimental.h>
#import <TensorFlowLiteC/c_api_types.h>
#import <TensorFlowLiteC/common.h>
#import <TensorFlowLiteC/profiler.h>
#import <TensorFlowLiteC/telemetry_setting.h>
#import <TensorFlowLiteC/xnnpack_delegate.h>
#import <TensorFlowLiteC/c_api_types.h>
Loading

0 comments on commit 6938ac7

Please sign in to comment.