-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from asus4/upgrade-v2.12.0
Upgrade TensorFlow Lite library to v2.12.0
- Loading branch information
Showing
27 changed files
with
744 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Android/arm64-v8a/libtensorflowlite_gpu_gl.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Android/armeabi-v7a/libtensorflowlite_gpu_gl.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Android/tensorflow-lite-gpu.aar
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Android/tensorflow-lite.aar
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Linux/arm64/libtensorflowlite_c.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Linux/x86_64/libtensorflowlite_c.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Linux/x86_64/libtensorflowlite_gpu_delegate.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
Packages/com.github.asus4.tflite/Plugins/Windows/libtensorflowlite_c.dll
Git LFS file not shown
4 changes: 3 additions & 1 deletion
4
...s/com.github.asus4.tflite/Plugins/iOS/TensorFlowLiteC.framework/Headers/TensorFlowLiteC.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.