Commit Graph

7 Commits

Author SHA1 Message Date
A. Unique TensorFlower
6a88595b5d Fix graph partitioning algorithm to use real node indices from execution plan.
PiperOrigin-RevId: 255037006
2019-06-25 22:25:08 -07:00
TensorFlower Gardener
27cfc61581 Merge pull request from amitsrivastava78:flat_buffer
PiperOrigin-RevId: 248075161
2019-05-13 22:36:01 -07:00
ANSHUMAN TRIPATHY
2b486e9beb Rephrase description 2019-03-29 20:00:52 +05:30
Amit Srivastava
c6155dfa41 Fixed warning in graph_info_test.cc
Warning removed from the file.
2019-03-09 06:54:49 +05:30
Yu-Cheng Ling
e3069e6887 TFLite While: Propagate types instead of asserting.
PiperOrigin-RevId: 234834083
2019-02-20 11:30:42 -08:00
Andrew Selle
414ee7806c Change naming of delegate subsets of the graphs to be Node Subsets.
This avoids conflicts with the schema notion of SubGraph which
means (completely separate subgraph).

PiperOrigin-RevId: 220820755
2018-11-09 10:11:02 -08: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