aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema
Commit message (Expand)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
* Add the option of merging bidirectional RNN and LSTM outputs into a single ou...Gravatar A. Unique TensorFlower2018-10-03
* - Upgrade flatbuffer schema and flatbuffer versions.Gravatar Shashi Shekhar2018-09-25
* Change indicator used to note Google-OSS header inclusionsGravatar Austin Anderson2018-09-24
* Updated to newest FlatBuffers and FlexBuffers.Gravatar A. Unique TensorFlower2018-09-24
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
* Automated rollback of commit 0065d3389a63a529469dc71e950c66da2ebdbc24Gravatar Andrew Selle2018-09-08
* 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 reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* Convert TensorFlow's flatbuffers dependency to new third party import methodGravatar Austin Anderson2018-08-22
* Ensure 16-byte alignment for FlatBuffer tensor dataGravatar Jared Duke2018-08-22
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
* Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1fGravatar Austin Anderson2018-08-20
* Convert TensorFlow's flatbuffers dependency to new third party import method.Gravatar Austin Anderson2018-08-16
* Merge branch 'master' into masterGravatar Jan Hünnemeyer2018-08-09
|\
| * Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
| * Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| * Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
| * Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
| * Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
| * Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| * Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
| * Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| * Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| * Updates doc.Gravatar A. Unique TensorFlower2018-07-09
| * Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-07-01
* | Utilizing dict comprehensionGravatar Jan Horst Hünnemeyer2018-06-29
* | Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
* | Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
* | Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
| * Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
| * Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
| * Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-26
|/
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
* Correct generator pathGravatar A. Unique TensorFlower2018-06-11
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01