aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/model.h
Commit message (Expand)AuthorAge
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Handle Range & BatchMatMul in partial Flex modeGravatar Yu-Cheng Ling2018-10-05
* Fixes in ResolveReorderAxes.Gravatar A. Unique TensorFlower2018-09-19
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Fixing Any operator.Gravatar A. Unique TensorFlower2018-08-31
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\
* | 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
* | Support for shape attributes in custom ops for TocoGravatar A. Unique TensorFlower2018-07-25
| * Fix typosGravatar Taehoon Lee2018-07-24
|/
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Import/export support for Any, LogicalAnd, and LogicalNot ops.Gravatar A. Unique TensorFlower2018-07-18
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18
* toco thinks Stack is the same as Pack.Gravatar 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
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Allow transposition of the weights in fully connected ops.Gravatar A. Unique TensorFlower2018-06-29
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Graduate the 'experimental' fully connected weights shuffling featureGravatar A. Unique TensorFlower2018-06-21
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Reconcile enum types.Gravatar A. Unique TensorFlower2018-06-19
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-06-14
* Allow large allocations in toco.Gravatar A. Unique TensorFlower2018-06-08
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
* 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
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Modify the python interface to toco to provide arithmetic operations used by ...Gravatar A. Unique TensorFlower2018-05-11
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Fixing a bug in strided slice. The op was not handling negative indices corre...Gravatar A. Unique TensorFlower2018-04-17
* Experiment with pre-shuffled fully-connected weightsGravatar A. Unique TensorFlower2018-04-13
* Adding support for batch_to_space_nd op with crops.Gravatar A. Unique TensorFlower2018-04-11
* Supporting FakeQuant num_bits and getting the fake quant op matching tensorflow.Gravatar A. Unique TensorFlower2018-04-10
* Add quantized LogSoftmax.Gravatar A. Unique TensorFlower2018-04-10
* Adding support for the standalone log operator. Basic import/export only, No ...Gravatar A. Unique TensorFlower2018-04-09
* Guard against out-of-bounds dims accesses, even in optimized, no-assertsGravatar A. Unique TensorFlower2018-04-04
* Adding support for RandomUniform. Basic support for op import/export of Rando...Gravatar A. Unique TensorFlower2018-04-02
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22