Commit Graph

3 Commits

Author SHA1 Message Date
A. Unique TensorFlower
0228bf0854 Added features to gen_selected_ops.
- Allow to  put RegisterSelectedOps in a namespace.
- Support versioned ops.
- Support multiple input tflite models.

PiperOrigin-RevId: 270053948
2019-09-19 09:15:34 -07:00
Pete Warden
81ca111fcf Add Mbed CI testing support
This is the first step towards setting up nightly builds and automatic library builds for Mbed projects.
Because of an issue with Arm's Mbed build system, I had to rename string.h to string_type.h:
https://github.com/ARMmbed/mbed-cli/issues/917
This could potentially break clients that look for the particular header, but I don't believe we expect this to be part of the public API, and my internal searches haven't found projects that do this.

PiperOrigin-RevId: 267443927
2019-09-05 13:53:45 -07:00
Austin Anderson
61c6c84964 Migrate TensorFlow Lite out of tensorflow/contrib
This change moves //tensorflow/contrib/lite to //tensorflow/lite in preparation
for TensorFlow 2.0's deprecation of contrib/. If you refer to TF Lite build
targets or headers, you will need to update them manually. If you use TF Lite
from the TensorFlow python package, "tf.contrib.lite" now points to "tf.lite".
Please update your imports as soon as possible.

For more details, see https://groups.google.com/a/tensorflow.org/forum/#!topic/tflite/iIIXOTOFvwQ

@angersson and @aselle are conducting this migration. Please contact them if
you have any further questions.

PiperOrigin-RevId: 219536476
2018-10-31 14:20:28 -07:00