aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema
Commit message (Collapse)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216303340
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | PiperOrigin-RevId: 216066634
* Add the option of merging bidirectional RNN and LSTM outputs into a single ↵Gravatar A. Unique TensorFlower2018-10-03
| | | | | | | | output tensor. This is useful if the output of both directions will be passed to the next layer as a single output, as it avoids adding a concatenation op, which can be expensive on mobile devices where memory movement is relatively expensive. PiperOrigin-RevId: 215616140
* - Upgrade flatbuffer schema and flatbuffer versions.Gravatar Shashi Shekhar2018-09-25
| | | | | | | | - Update the flatbuffer download URL to use a pinned version. - Had to provide a mirror url that doesn't exist, since it is required by the validation flow, the flatbuffer version will be added later. PiperOrigin-RevId: 214487576
* 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
* Updated to newest FlatBuffers and FlexBuffers.Gravatar A. Unique TensorFlower2018-09-24
| | | | PiperOrigin-RevId: 214309210
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213234759
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
| | | | PiperOrigin-RevId: 213212445
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
| | | | PiperOrigin-RevId: 212884951
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212565231
* Automated rollback of commit 0065d3389a63a529469dc71e950c66da2ebdbc24Gravatar Andrew Selle2018-09-08
| | | | PiperOrigin-RevId: 212119629
* 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
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209884688
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209875487
* Convert TensorFlow's flatbuffers dependency to new third party import methodGravatar Austin Anderson2018-08-22
| | | | PiperOrigin-RevId: 209833197
* Ensure 16-byte alignment for FlatBuffer tensor dataGravatar Jared Duke2018-08-22
| | | | PiperOrigin-RevId: 209787425
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209634537
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
| | | | PiperOrigin-RevId: 209528032
* 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
* Merge branch 'master' into masterGravatar Jan Hünnemeyer2018-08-09
|\
| * Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
| | | | | | | | PiperOrigin-RevId: 207034363
| * Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | | | | | PiperOrigin-RevId: 206185190
| * Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | PiperOrigin-RevId: 205765869
| * Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
| | | | | | | | PiperOrigin-RevId: 205175758
| * Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
| | | | | | | | PiperOrigin-RevId: 204978094
| * Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| | | | | | | | PiperOrigin-RevId: 204846139
| * Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
| | | | | | | | PiperOrigin-RevId: 204339562
| * Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| | | | | | | | PiperOrigin-RevId: 203969441
| * Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | | | | | PiperOrigin-RevId: 203908601
| * Updates doc.Gravatar A. Unique TensorFlower2018-07-09
| | | | | | | | PiperOrigin-RevId: 203799158
| * Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 202883475 by A. Unique TensorFlower: Internal testing changes -- 202880708 by yifeif: Internal change. -- 202876685 by A. Unique TensorFlower: Internal change -- 202850194 by yifeif: Internal change. -- PiperOrigin-RevId: 202883475
* | Utilizing dict comprehensionGravatar Jan Horst Hünnemeyer2018-06-29
| |
* | Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
| | | | | | | | PiperOrigin-RevId: 202403235
* | Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
| | | | | | | | PiperOrigin-RevId: 202262513
* | Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
| | | | | | | | | | | | including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
| * Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
| | | | | | | | PiperOrigin-RevId: 202403235
| * Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
| | | | | | | | PiperOrigin-RevId: 202262513
| * Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-26
|/ | | | | | including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
| | | | PiperOrigin-RevId: 201389618
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201191877
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
| | | | PiperOrigin-RevId: 200457602
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
| | | | PiperOrigin-RevId: 200442886
* Correct generator pathGravatar A. Unique TensorFlower2018-06-11
| | | | PiperOrigin-RevId: 200135189
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199735191
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199602232
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
| | | | PiperOrigin-RevId: 198943559
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198913026