aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema
Commit message (Expand)AuthorAge
...
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Fix the generated builtin_ops enum header.Gravatar Yu-Cheng Ling2018-05-24
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
* Move PadV2Options to the end, in order to maintain schema compatibility.Gravatar A. Unique TensorFlower2018-05-07
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Implement neg opGravatar Alan Chiao2018-05-04
* Update schema.Gravatar Shashi Shekhar2018-05-01
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
* Added metadata to the TFLite model.Gravatar A. Unique TensorFlower2018-04-25
* DocsGravatar A. Unique TensorFlower2018-04-25
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
* Internal testing changesGravatar Austin Anderson2018-04-11
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Internal changeGravatar A. Unique TensorFlower2018-03-19
* Fixed a typo.Gravatar A. Unique TensorFlower2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Internal changeGravatar A. Unique TensorFlower2018-03-13
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
* tfdbg: add reference to the TensorBoard Debugger Plugin in README.mdGravatar Shanqing Cai2018-03-13
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
* tfdbg: add reference to the TensorBoard Debugger Plugin in README.mdGravatar Shanqing Cai2018-03-13
* PiperOrigin-RevId: 188860028Gravatar A. Unique TensorFlower2018-03-13
* Create mobile testing rules for TF Lite known-portable targetsGravatar Austin Anderson2018-03-07
* Add support for the "DEQUANTIZE" op. This cover only ops that are generated b...Gravatar A. Unique TensorFlower2018-03-07
* Implementation of tf.cast in TfLiteGravatar A. Unique TensorFlower2018-03-06
* Add bidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-02-21
* TFLite: Define a DELEGATE op type.Gravatar Yu-Cheng Ling2018-02-20
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
* Code generator for builtin_ops.h, and a test to ensure its consistencyGravatar Yu-Cheng Ling2018-02-15
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
* Implementation of tf.nn.top_k in TfLiteGravatar A. Unique TensorFlower2018-02-15
* Supports op exp (tf.exp) in Toco and Tensorflow Lite.Gravatar A. Unique TensorFlower2018-02-14
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05