Commit Graph

8 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
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
TensorFlower Gardener
d883916ee4 Merge pull request from jackwish:lite/op/sparse2dense
PiperOrigin-RevId: 257540053
2019-07-10 21:17:55 -07:00
王振华 (Zhenhua WANG)
f0ad53a42e lite: enable uint8 for op sparse_to_dense
Test: bazel run tensorflow/lite/kernels:sparse_to_dense_test
2019-06-16 08:20:58 +08:00
王振华 (Zhenhua WANG)
63463d853e lite: enable int8 for op sparse_to_dense
Test: bazel run tensorflow/lite/kernels:sparse_to_dense_test
2019-06-16 08:20:58 +08:00
Sachin Joglekar
e476315d44 Adds Int64 value support for SparseToDense
PiperOrigin-RevId: 242928159
2019-04-10 13:52:17 -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