Commit Graph

6 Commits

Author SHA1 Message Date
Fergus Henderson
973e6773e9 [lite] Include-what-you-use fixes.
PiperOrigin-RevId: 352793429
Change-Id: I303a9d3c0549cf11729ddaf854d8d3dace31718c
2021-01-20 08:00:50 -08:00
Chao Mei
3492a0f355 Improve GPU delegate graph partitioning logic
1. Allow offloading computation starting from intermediate nodes of a model in GPU delegate. And when there are multiple partitions, only offload the first largest partition.

2. Unify GetOpsToReplace and GetOpsToReplaceFromGraphWithDequantize into the same function.

RELNOTES: [TFLite] Allow GPU acceleration starting with internal nodes
PiperOrigin-RevId: 300889638
Change-Id: I09da4043532a95a9efb4f167c8af4243c3889a45
2020-03-13 23:28:48 -07:00
TensorFlower Gardener
90fe031c43 Merge pull request from ANSHUMAN87:util-test
PiperOrigin-RevId: 288940038
Change-Id: I70d583f70c719e46a40820b2f6376d5a74259e96
2020-01-09 12:00:47 -08:00
Jared Duke
4ce6a9b7a4 Rename lite/c/c_api_internal.h to lite/c/common.h
The C types in lite/c/c_api_internal.h are not actually internal,
rather, they are common types used throughout the C++ and C APIs.
Rename the header accordingly.

PiperOrigin-RevId: 282494601
Change-Id: Ia784f35724d774db256ffcbbcdc5bb00e6574417
2019-11-25 21:49:25 -08:00
ANSHUMAN TRIPATHY
288db71a37 Lite: Util new test cases added to improve coverage 2019-03-31 12:03:15 +05:30
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