aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/experimental
Commit message (Collapse)AuthorAge
* Adds an Objective-C API to TensorFlow Lite experimental.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216451263
* Disable micro/examples/micro_speech:micro_speech_test test under msanGravatar Smit Hinsu2018-10-05
| | | | PiperOrigin-RevId: 215939542
* Fix for memory issue in micro test code, spotted by asan checksGravatar Pete Warden2018-10-04
| | | | PiperOrigin-RevId: 215813259
* Experimental interpreter, kernels, and example running TensorFlow Lite on a ↵Gravatar Pete Warden2018-10-04
| | | | | | microcontroller PiperOrigin-RevId: 215748973
* TFLite: Rename ResetVariableTensorsToZero -> ResetVariableTensorsGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214820383
* Change indicator used to note Google-OSS header inclusionsGravatar Austin Anderson2018-09-24
| | | | | | Accompanies some internal changes related to third_party repo rules. PiperOrigin-RevId: 214337234
* Adds an experimental package group to allow Swift and ObjC targets to depend ↵Gravatar A. Unique TensorFlower2018-09-19
| | | | | | on the "c_api" target. PiperOrigin-RevId: 213673549
* Add error reporting TFLIte C APIGravatar Jared Duke2018-09-18
| | | | PiperOrigin-RevId: 213526489
* Add basic op resolver registration to TFLite C APIGravatar Jared Duke2018-09-17
| | | | PiperOrigin-RevId: 213360279
* Add ability to skip serializing selected tensors in interpreter serializer.Gravatar A. Unique TensorFlower2018-09-13
| | | | PiperOrigin-RevId: 212883697
* Automated rollback of commit 0065d3389a63a529469dc71e950c66da2ebdbc24Gravatar Andrew Selle2018-09-08
| | | | PiperOrigin-RevId: 212119629
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Add TFL_TensorName() to C APIGravatar Jared Duke2018-09-07
| | | | PiperOrigin-RevId: 212002349
* Decouple TFL_Model and TFL_Interpreter lifetimesGravatar Jared Duke2018-09-07
| | | | PiperOrigin-RevId: 211988805
* PR #21187: Added a normalization term to ctc_beam_search_decoder for tfliteGravatar A. Unique TensorFlower2018-09-04
| | | | PiperOrigin-RevId: 211586062
* Automated rollback of commit 69753ba5dbe5950639efc1b5e065901651cd8973Gravatar Andrew Selle2018-09-04
| | | | PiperOrigin-RevId: 211541639
* Create a way to serialize Interpreter data to a flatbuffer.Gravatar Andrew Selle2018-09-04
| | | | PiperOrigin-RevId: 211540844
* Convert TensorFlow's flatbuffers dependency to new third party import methodGravatar Austin Anderson2018-08-22
| | | | PiperOrigin-RevId: 209833197
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 209663919 by yifeif<yifeif@google.com>: Internal change. -- 209663914 by amitpatankar<amitpatankar@google.com>: Fix the topk_op_test for numpy>1.15. -- 209660476 by jdduke<jdduke@google.com>: Fix model lifetime for TensorFlow Lite C# bindings Ensure the model's existence for the duration of the interpreter, as per API requirements. -- 209655960 by scottzhu<scottzhu@google.com>: Unify RNN Cell interface between TF and Keras. -- 209655731 by A. Unique TensorFlower<gardener@tensorflow.org>: Added tests for PredictionOps and PartitionExamplesOps -- 209655291 by nolivia<nolivia@google.com>: adding rate class so that we can save global_step/sec using tf.contrib.summary. The function takes the rate in relation to any tensors provided that the numerator and denominator are broadcastable and have dtypes that can be cast to float64 -- 209654655 by kramerb<kramerb@google.com>: [XLA] Switch from tensorflow::gtl::InlinedVector to absl::InlinedVector This one comes with extra goodies like a move constructor. -- 209653851 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal build specification change -- PiperOrigin-RevId: 209663919
* Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1fGravatar Austin Anderson2018-08-20
| | | | PiperOrigin-RevId: 209443205
* Convert TensorFlow's flatbuffers dependency to new third party import method.Gravatar Austin Anderson2018-08-16
| | | | PiperOrigin-RevId: 209056244
* Automated rollback of commit 6b13a15e0b9906abbb66f87d83db291d0099cb43Gravatar Gunhan Gulsoy2018-08-15
| | | | PiperOrigin-RevId: 208896224
* Ops API to author TFLite ops as functions directly.Gravatar Yu-Cheng Ling2018-08-15
| | | | PiperOrigin-RevId: 208875580
* Incremental update to the TFLite C APIGravatar Jared Duke2018-08-10
| | | | PiperOrigin-RevId: 208273960
* Fix Windows TFLite buildsGravatar Jared Duke2018-08-07
| | | | | | | | The Unity TFLite plugin should now run successfully on Windows, though it requires renaming `libtensorflowlite_c.so` to `tensorflowlite_c.dll` in the Plugins folder. PiperOrigin-RevId: 207736531
* Add GUI text output to the TFLite Unity sampleGravatar Jared Duke2018-08-06
| | | | PiperOrigin-RevId: 207556075
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
| | | | PiperOrigin-RevId: 207210333
* Fix darwin_x86_64 TFLite buildsGravatar Jared Duke2018-08-01
| | | | | | | | The Unity TFLite plugin should now run successfully on Mac, though it might require renaming `libtensorflowlite_c.so` to `tensorflowlite_c.bundle` in the Plugins folder. PiperOrigin-RevId: 207014537
* Add example Unity plugin for the experimental TFLite C API.Gravatar Jared Duke2018-07-26
| | | | | | | Instructions for using the Plugin are contained in the readme @ TensorFlowLitePlugin/README.md PiperOrigin-RevId: 206201614
* Add initial experimental C API for TFLiteGravatar Jared Duke2018-07-23
PiperOrigin-RevId: 205728711