aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/optional_debug_tools.cc
Commit message (Collapse)AuthorAge
* Tweak PrintInterpreterState() outputGravatar Jared Duke2018-09-24
| | | | | | | Output names for custom ops and properly insert newlines for null IntVectors. PiperOrigin-RevId: 214285696
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
| | | | PiperOrigin-RevId: 202403235
* Update TFLite "minimal" exampleGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201183828
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
| | | | PiperOrigin-RevId: 200442886
* Use %zu instead of %lu since size_t is not an unsigned long on 32-bit.Gravatar A. Unique TensorFlower2018-04-23
| | | | PiperOrigin-RevId: 193987261
* Convert int -> size_t so that implicit conversion doesn't lose integer ↵Gravatar A. Unique TensorFlower2018-04-23
| | | | | | precision. PiperOrigin-RevId: 193955175
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192711203
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445