aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite
Commit message (Expand)AuthorAge
* Bidi lstm supports hybrid eval.Gravatar Suharsh Sivakumar2018-09-07
* Removes icf, as there's little gain is binary reduction and may affect portab...Gravatar A. Unique TensorFlower2018-09-07
* Add TFL_TensorName() to C APIGravatar Jared Duke2018-09-07
* Decouple TFL_Model and TFL_Interpreter lifetimesGravatar Jared Duke2018-09-07
* Python example for tutorial on post training quantization for mnist.Gravatar Raghuraman Krishnamoorthi2018-09-06
* Correctly tag tests that break internal testing for 1.11Gravatar Austin Anderson2018-09-06
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* Modify tags for internal CIGravatar Austin Anderson2018-09-05
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Upload floating point mobilenet-v2 and resnet-v2-101 models.Gravatar Raghuraman Krishnamoorthi2018-09-05
* Propagate eager output tensor types in TFLiteGravatar Jared Duke2018-09-05
* Fix lite_test.py.Gravatar Nupur Garg2018-09-05
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
* Update diagram in TOCO README.Gravatar Nupur Garg2018-09-05
* Skip quantization of optional tensors (tensor_idx = -1)Gravatar Suharsh Sivakumar2018-09-05
* Make TFLite NNAPI delegate friendlier to application code. Esp. allows runningGravatar A. Unique TensorFlower2018-09-05
* Introduce auxiliary input and allow "cross-linking" in the bidirectional LSTM...Gravatar A. Unique TensorFlower2018-09-05
* Exclude icf=all from TFLite linker options on iOS.Gravatar A. Unique TensorFlower2018-09-05
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Minimum change for generating Eager ops with Toco.Gravatar Yu-Cheng Ling2018-09-05
* PR #21187: Added a normalization term to ctc_beam_search_decoder for tfliteGravatar A. Unique TensorFlower2018-09-04
* Make minimum num elements of quantizable weights tensor configurable.Gravatar Suharsh Sivakumar2018-09-04
* Relu1 custom op.Gravatar Alan Chiao2018-09-04
* Hardcode input range from output for reluGravatar A. Unique TensorFlower2018-09-04
* Add support for quantized (hybrid) bidirectional sequential LSTM Op.Gravatar A. Unique TensorFlower2018-09-04
* Replace floating point functionality with integer alternative for microcontro...Gravatar Pete Warden2018-09-04
* Internal change.Gravatar Nupur Garg2018-09-04
* Automated rollback of commit 69753ba5dbe5950639efc1b5e065901651cd8973Gravatar Andrew Selle2018-09-04
* Create a way to serialize Interpreter data to a flatbuffer.Gravatar Andrew Selle2018-09-04
* Add support for Softmax of 3D tensorsGravatar A. Unique TensorFlower2018-09-04
* Support <4D tensor inputs for pad/padv2Gravatar Jared Duke2018-09-04
* Disable rtti for builtin TFLite kernelsGravatar Jared Duke2018-09-04
* Create layer norm LSTM custom Op.Gravatar Jian Li2018-09-04
* Minor tweaks to TFLite API docsGravatar Jared Duke2018-09-04
* Fix Split, convert kernel signature to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-04
* Introduce auxiliary input and allow "cross-linking" in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-09-03
* Update unidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
* Update bidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
* Fix a test.Gravatar Shashi Shekhar2018-09-03
* Fix lambda capture.Gravatar Shashi Shekhar2018-08-31
* Minor cleanup: Simplify declaration of transformation.Gravatar Suharsh Sivakumar2018-08-31
* Improving logging of tensors being quantized.Gravatar Suharsh Sivakumar2018-08-31
* Fixing Any operator.Gravatar A. Unique TensorFlower2018-08-31
* Remove test dependencies from TFLite Android samplesGravatar Jared Duke2018-08-31
* Fix docs.Gravatar Shashi Shekhar2018-08-31
* Hybrid operations need either all or none of their tensors quantized.Gravatar Suharsh Sivakumar2018-08-31
* Fix instructions for building with Makefile.Gravatar Shashi Shekhar2018-08-31
* Docs for quantize weights tool.Gravatar Suharsh Sivakumar2018-08-31
* Update docsGravatar Alan Chiao2018-08-31
* Minor documentation fixes to TFLite.Gravatar Nupur Garg2018-08-31