aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tflite/operator.cc
Commit message (Expand)AuthorAge
* Handle Range & BatchMatMul in partial Flex modeGravatar Yu-Cheng Ling2018-10-05
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* Updated to newest FlatBuffers and FlexBuffers.Gravatar A. Unique TensorFlower2018-09-24
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* Minimum change for generating Eager ops with Toco.Gravatar Yu-Cheng Ling2018-09-05
* Implementation of floor_div.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Automated rollback of commit c216a1be9564bd6b83b1e81b1eea65cc381bd82eGravatar Anna R2018-08-09
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
* Add support for float output arrays in Quantized custom operators (custom ops...Gravatar A. Unique TensorFlower2018-08-03
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18
* 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
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Support list of integers in custom op attributes.Gravatar A. Unique TensorFlower2018-06-20
* Support Variable Tensor API in LSTM Full kernel.Gravatar Yu-Cheng Ling2018-06-19
* 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
* 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
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Op version: Populate version in Toco TFLite exporterGravatar Yu-Cheng Ling2018-05-18
* 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
* Remove duplicated emplace_back floor operator.Gravatar A. Unique TensorFlower2018-05-02