Commit Graph

15 Commits

Author SHA1 Message Date
Sachin Joglekar
430b00361b Audit and improve TfLiteType checks in kernels
PiperOrigin-RevId: 316720436
Change-Id: I2032e799ee6afa533b932385c2a70f7621f4ac1b
2020-06-16 11:31:02 -07:00
Karim Nosir
2a96849f47 Update source files with used includes.
PiperOrigin-RevId: 316589177
Change-Id: I0aba0ed1cf9ff478e7890fa53a7749bf844bd26d
2020-06-15 18:42:14 -07:00
Thai Nguyen
bd9e81f2a8 Add 5D support to TFLite strided_slice
PiperOrigin-RevId: 297597132
Change-Id: I9c6c2aed4a9497b0b0288eb746be954ea6d59c55
2020-02-27 08:01:45 -08:00
Jared Duke
f0ffc49ac2 Add 5D support to TFLite strided_slice
PiperOrigin-RevId: 297449714
Change-Id: I96710696439e873d775ef127b2f14ff8e7d74509
2020-02-26 14:24:45 -08:00
Thai Nguyen
a920083a80 Add 5D support to TFLite strided_slice
PiperOrigin-RevId: 297291699
Change-Id: Ib28177014451145a1bf62069899cb56e5b26756c
2020-02-25 23:32:58 -08:00
A. Unique TensorFlower
327ea14d68 Internal change: update TODO
PiperOrigin-RevId: 294824845
Change-Id: I167106de154e25ba2bb0c8de2cd755d653977090
2020-02-12 20:44:42 -08:00
TensorFlower Gardener
fa70bf027f Merge pull request from psunn:int16_strided_slice
PiperOrigin-RevId: 292252738
Change-Id: Id6ab2e3dc9928fd643a1c852af5cd8ce2a17e699
2020-01-29 17:37:24 -08:00
Robert David
1343e6ddaa Remove unused variables.
PiperOrigin-RevId: 291812437
Change-Id: I2971736715cc5e816c2164bedd69705c34c0fa96
2020-01-27 15:26:52 -08:00
Peng Sun
9e18cc421b Add 16 bit activations support to kernel operator STRIDED_SLICE
Enable kernel STRIDED_SLICE support for int16 activations.
Add typed test for int16 reference kernel.
2020-01-20 14:40:36 +00: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
Haoliang Zhang
1ad2fcb66a Support bool input type for StridedSlice.
PiperOrigin-RevId: 274651604
2019-10-14 20:03:12 -07:00
Thai Nguyen
ac7d0914c6 Unifying the logic for strided_slice
PiperOrigin-RevId: 269718959
2019-09-17 21:13:21 -07:00
A. Unique TensorFlower
f1e0fa966d Qualify calls to some functions from <cmath>.
PiperOrigin-RevId: 239122030
2019-03-18 21:29:37 -07:00
Jian Li
3a475eb69d Create int8 strided slice.
PiperOrigin-RevId: 233487928
2019-02-11 15:23:40 -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