aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tooling_util.cc
Commit message (Expand)AuthorAge
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Fixing Toco for exporting graphs with stringsGravatar A. Unique TensorFlower2018-10-09
* Allow passing --allow_nonexistent_arrays via toco_convertGravatar A. Unique TensorFlower2018-10-02
* Generate an error when --rnn_states refers to array names that aren't produce...Gravatar A. Unique TensorFlower2018-10-02
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Propagate narrow_range flags in suitable constant-propagationGravatar A. Unique TensorFlower2018-08-17
* Allow empty shapes in certain cases within tocoGravatar Jared Duke2018-08-08
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* More explicit TOCO error message when the input graph is missing min/max neededGravatar A. Unique TensorFlower2018-07-30
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Allow scalar inputs for toco and TFLite zip testsGravatar Jared Duke2018-07-23
* Import/export support for Any, LogicalAnd, and LogicalNot ops.Gravatar A. Unique TensorFlower2018-07-18
* Fixing bugs in graphdef export of bool types and a few broken ops.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
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Update reshape shape field when introducing a copy.Gravatar A. Unique TensorFlower2018-07-07
* Fix array logging bugGravatar A. Unique TensorFlower2018-07-02
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-26
* Make fused activation opt-inGravatar Jared Duke2018-06-20
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Fix for DumpGraphviz() failing on zero-sized arrays, which it should handle f...Gravatar A. Unique TensorFlower2018-06-13
* Leverage the standard error space by using tensorflow::StatusGravatar A. Unique TensorFlower2018-06-12
* Automated g4 rollback of changelist 200228895Gravatar Nupur Garg2018-06-12
* Add strings type to TOCO Python API.Gravatar Nupur Garg2018-06-12
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Various ClangTidy-inspired fixes.Gravatar A. Unique TensorFlower2018-05-14
* Don't check that bool arrays are quantized.Gravatar A. Unique TensorFlower2018-05-14
* 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
* Some fixes to support another TF graph:Gravatar A. Unique TensorFlower2018-05-04
* Post-transform pass to dedupe large constant arrays.Gravatar A. Unique TensorFlower2018-05-03
* Automated g4 rollback of changelist 195091587Gravatar A. Unique TensorFlower2018-05-02
* Automated g4 rollback of changelist 195091587Gravatar A. Unique TensorFlower2018-05-02
* ArraysExtraInfo: Add name_regexp field and regexp name matching.Gravatar A. Unique TensorFlower2018-05-02
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Add fast shuffled fully-connected path also for the case where theGravatar A. Unique TensorFlower2018-04-23
* Allow default min/max ranges for int16 data types.Gravatar A. Unique TensorFlower2018-04-18
* Fixes and cleanup to support more complex quantized models and adds Propagate...Gravatar A. Unique TensorFlower2018-04-17
* ResolveConstantReshape transformation and fix for ResolveConstantTranspose.Gravatar A. Unique TensorFlower2018-04-12
* Adding support for the standalone log operator. Basic import/export only, No ...Gravatar A. Unique TensorFlower2018-04-09
* Add a command line parameter to toco to change the way toco rescales input an...Gravatar A. Unique TensorFlower2018-04-05
* quantized LSTM support improvementsGravatar A. Unique TensorFlower2018-04-05
* Permit use of ArraysExtraInfo/constant_float_value when target model is quant...Gravatar A. Unique TensorFlower2018-04-04