Commit Graph

11 Commits

Author SHA1 Message Date
Lu Wang
ac539cf044 Check Flatbuffer identifier in both MetadataPopulator and MetadataExtractor
PiperOrigin-RevId: 304633026
Change-Id: Ib8edd9897c3ae7162aac1bba4aa676e99e9c0e07
2020-04-03 09:44:54 -07:00
Pete Warden
adf6e22e4a Enable visualization script to work from pip install
Current the visualization script for TensorFlow Lite files only works if you build through Bazel. To make it more accessible, this change uses Flatbuffer's new Python interface to extract the information from the file, rather than calling out to an external tool. It also adds some tests.
A lot of the changes here are related to upgrading to the latest version of Flatbuffers, which has an impact on other parts of the code.

PiperOrigin-RevId: 291255530
Change-Id: I28a64a182e6197a58926d02c41988e4791c60fce
2020-01-23 15:20:03 -08:00
Smit Hinsu
0b2d7049ac Enable visualization script to work from pip install
Current the visualization script for TensorFlow Lite files only works if you build through Bazel. To make it more accessible, this change uses Flatbuffer's new Python interface to extract the information from the file, rather than calling out to an external tool. It also adds some tests.
A lot of the changes here are related to upgrading to the latest version of Flatbuffers, whi...

PiperOrigin-RevId: 290887928
Change-Id: I90403c1f4233f472ee5d7c4d21eed8233cb7d008
2020-01-21 21:54:42 -08:00
Pete Warden
1219c0ba8d Enable visualization script to work from pip install
Current the visualization script for TensorFlow Lite files only works if you build through Bazel. To make it more accessible, this change uses Flatbuffer's new Python interface to extract the information from the file, rather than calling out to an external tool. It also adds some tests.
A lot of the changes here are related to upgrading to the latest version of Flatbuffers, which has an impact on other parts of the code.

PiperOrigin-RevId: 290788860
Change-Id: I4db3442110c48e01da2b5696b693562c806735fd
2020-01-21 11:47:07 -08:00
Frank Chen
2b5ece29d3 Mechanical replacement of mirror.tensorflow.org with https equivalent.
PiperOrigin-RevId: 259676414
2019-07-23 22:26:09 -07:00
Karim Nosir
df1a05578b update flatbuffers to 1.11
PiperOrigin-RevId: 248196967
2019-05-14 13:34:01 -07:00
Gunhan Gulsoy
b5d67b7c69 Move all TF bazel dependencies to use mirror.tensorflow.org.
PiperOrigin-RevId: 240852310
2019-03-28 14:31:12 -07:00
Shashi Shekhar
b62cadc151 - Upgrade flatbuffer schema and flatbuffer versions.
- Update the flatbuffer download URL to use a pinned version.
- Had to provide a mirror url that doesn't exist, since it is required
by the validation flow, the flatbuffer version will be added later.

PiperOrigin-RevId: 214487576
2018-09-25 12:56:16 -07:00
Austin Anderson
13a4688fc3 Convert TensorFlow's flatbuffers dependency to new third party import method
PiperOrigin-RevId: 209833197
2018-08-22 14:49:44 -07:00
Austin Anderson
833e8803da Automated rollback of commit f35866577c
PiperOrigin-RevId: 209443205
2018-08-20 10:40:38 -07:00
Austin Anderson
f35866577c Convert TensorFlow's flatbuffers dependency to new third party import method.
PiperOrigin-RevId: 209056244
2018-08-16 15:13:48 -07:00