Skip to content

Commit

Permalink
Update tflite schema version to 1.13 (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
apivovarov authored and tqchen committed Jun 13, 2019
1 parent 93e80b3 commit 579e96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_tflite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip2 install flatbuffers
# Setup tflite from schema
mkdir tflite
cd tflite
wget -q https://raw.githubusercontent.com/tensorflow/tensorflow/r1.12/tensorflow/contrib/lite/schema/schema.fbs
wget -q https://raw.githubusercontent.com/tensorflow/tensorflow/r1.13/tensorflow/lite/schema/schema.fbs
flatc --python schema.fbs

cat <<EOM >setup.py
Expand Down
2 changes: 1 addition & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from tensorflow.python.ops import nn_ops
from tensorflow.python.ops import array_ops
from tensorflow.python.ops import variables
from tensorflow.contrib import lite as interpreter_wrapper
from tensorflow import lite as interpreter_wrapper

import tvm.relay.testing.tf as tf_testing

Expand Down

0 comments on commit 579e96d

Please sign in to comment.