Skip to content

Commit

Permalink
[tensorflow-lite] update comments, baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 7, 2024
1 parent 23f388f commit 7a2241e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/tensorflow-lite/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ vcpkg_execute_required_process(
WORKING_DIRECTORY "${SCHEMA_PATH}"
)

set(SCHEMA_PATH "${TFLITE_SOURCE_DIR}/schema")
# download schema.fbs from the previous commit
# see https://github.com/tensorflow/tensorflow/tree/v2.17.0/tensorflow/lite/schema
vcpkg_download_distfile(TFLITE_SCHEMA_FBS_PATH
URLS "https://github.com/raw/tensorflow/tensorflow/fcbcc19aa91748d2b506048cb450f95792f92254/tensorflow/lite/schema/schema.fbs?full_index=1"
FILENAME tensorflow-schema.fbs
SHA512 574f63957e01bd4ed4810d5218e80768a815b2713da689bb6907ef306546a9126cce77f75bcbd7222ed341fbee8bc11f83dc69d4b7dd7e184f640a2fc46634b8
)
set(SCHEMA_PATH "${TFLITE_SOURCE_DIR}/schema")
file(COPY_FILE "${TFLITE_SCHEMA_FBS_PATH}" "${SCHEMA_PATH}/schema.fbs")
vcpkg_execute_required_process(
COMMAND ${FLATC} --cpp --gen-mutable --gen-object-api
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"port-version": 0
},
"tensorflow-lite": {
"baseline": "2.16.2",
"baseline": "2.17.0",
"port-version": 0
},
"tensorpipe": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tensorflow-lite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "161ee8b1833cbbdc6c819c8355d16565bb5ad28a",
"version-semver": "2.17.0",
"port-version": 0
},
{
"git-tree": "e4ac3ef8f3a6358b46088abd311cbdbfe60f4103",
"version-semver": "2.16.2",
Expand Down

0 comments on commit 7a2241e

Please sign in to comment.