aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/builtin_ops.h
Commit message (Expand)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
* 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
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
* 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
* 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
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Fix the generated builtin_ops enum header.Gravatar Yu-Cheng Ling2018-05-24
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* 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
* 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
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* 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
* 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
* 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