Commit Graph

9 Commits

Author SHA1 Message Date
Jared Duke
988f124ddb Internal test change for Hexagon
PiperOrigin-RevId: 313696314
Change-Id: Ie52c3bea91156e135524bc376d537610bd046461
2020-05-28 18:12:40 -07:00
Keith Smiley
f89a500f41 Update iOS related rules
These rules repos no longer do releases. These are recent master commit
shas that are compatible with the current release of bazel.
2020-04-27 13:47:59 -07:00
Jared Duke
6860e7fb66 Disable NNAPI on nacl
Also refactor NNAPI build rules to rely on a single
gate for support checking.

PiperOrigin-RevId: 304035383
Change-Id: I9192efe27a320a4a60a05e86f4f3cad896cb9842
2020-03-31 13:36:26 -07:00
YoungSeok Yoon
b0c8a2ee1d Internal change
PiperOrigin-RevId: 296537652
Change-Id: I8fa58ba6cb3aa31aa79070ec1a2e3ca7b1fed68b
2020-02-21 16:52:48 -08:00
Juho Ha
d7f0cc49af Combine kernel tests into three types.
PiperOrigin-RevId: 271050630
2019-09-24 21:52:11 -07:00
A. Unique TensorFlower
42214130e0 Command-line tests added (internal)
PiperOrigin-RevId: 266465890
2019-08-30 15:23:45 -07:00
A. Unique TensorFlower
d2233029df Compatibility compile fix
PiperOrigin-RevId: 258380926
2019-07-16 09:28:10 -07:00
A. Unique TensorFlower
c072556f70 Updates visibility for TFLite Swift and ObjC library targets.
PiperOrigin-RevId: 257906035
2019-07-12 18:54:03 -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