Commit 579e96da by Alexander Pivovarov Committed by Tianqi Chen

Update tflite schema version to 1.13 (#3356)

parent 93e80b3e
......@@ -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
......
......@@ -31,7 +31,7 @@ from tensorflow.python.ops import math_ops
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment