aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tooling_util.cc
Commit message (Expand)AuthorAge
...
* Only create a min/max from extra arrays info if provided.Gravatar A. Unique TensorFlower2018-04-03
* Three operators are added that can be used to decrease the number ofGravatar A. Unique TensorFlower2018-04-03
* Adding support for RandomUniform. Basic support for op import/export of Rando...Gravatar A. Unique TensorFlower2018-04-02
* Allow specifying in the arrays extra info file:Gravatar A. Unique TensorFlower2018-03-22
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Fixing constant output arrays by inserting synthetic reshapes.Gravatar A. Unique TensorFlower2018-03-16
* Add bool type for tflite.Gravatar Mingxing Tan2018-03-09
* Further small support for quantized unfused LSTMs.Gravatar A. Unique TensorFlower2018-03-07
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27
* During late import, update model->flags from the input-arrays shape informati...Gravatar A. Unique TensorFlower2018-02-27
* Add consistency check: for constant arrays (those that have a buffer),Gravatar A. Unique TensorFlower2018-02-27
* LSTM support: Quantized types, quantization params for 16-bit unfused LSTMs.Gravatar A. Unique TensorFlower2018-02-22
* Simplify and enforce diagnostic ArrayDataType strings.Gravatar A. Unique TensorFlower2018-02-20
* Fix handling of types in RNN state import. Sanitize TF node names.Gravatar 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
* Fixing IdentifyRelu1 transform to recognize min+max in addition to max+min.Gravatar A. Unique TensorFlower2018-02-14
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add BatchMatMul support and improve tensorflow graphdef export by adding ops ...Gravatar A. Unique TensorFlower2018-02-07
* Support for quantized LstmCell, with initial reference runtime code.Gravatar A. Unique TensorFlower2018-02-07
* We used to bypass fake-quant nodes in resolve_reorder_axes, as a hack as weGravatar A. Unique TensorFlower2018-02-06
* Support for quantized LSTM models.Gravatar A. Unique TensorFlower2018-02-04
* Add transformation that exchanges a Reshape followed by an activation function.Gravatar A. Unique TensorFlower2018-01-29
* Internal ChangeGravatar Zhixian Yan2018-01-27
* Allow passing dummy/custom minmax information on a per-array basis,Gravatar A. Unique TensorFlower2018-01-25
* Drop the manually_create field from RnnState.Gravatar A. Unique TensorFlower2018-01-25
* Automated g4 rollback of changelist 183239252Gravatar A. Unique TensorFlower2018-01-25
* Drop the manually_create field from RnnState.Gravatar A. Unique TensorFlower2018-01-25
* Basic AddN support in tocoGravatar A. Unique TensorFlower2018-01-24
* Add support for conv and matmul operators with variable filter.Gravatar Nupur Garg2018-01-23
* Internal ChangeGravatar A. Unique TensorFlower2018-01-23
* TFLite export optional tensor as -1 id.Gravatar Zhixian Yan2018-01-19
* Fix some (re)shaping issues.Gravatar A. Unique TensorFlower2018-01-18
* Allow ReorderAxes to work on QUINT8 arrays. This will be necessary in order t...Gravatar A. Unique TensorFlower2018-01-16
* Support for strings input/output in TocoGravatar A. Unique TensorFlower2017-12-19
* internal changeGravatar A. Unique TensorFlower2017-12-15
* Adding basic support for constant Tensorflow 'Neg' (tf.negative) ops.Gravatar A. Unique TensorFlower2017-12-14
* Allow an unshaped input array flag if the model has the shape already.Gravatar A. Unique TensorFlower2017-12-14
* Test consistently that the strings passed in input_arrays and output_arraysGravatar A. Unique TensorFlower2017-12-13
* Cleanup: Remove unused declarations and unnecessary conversionsGravatar A. Unique TensorFlower2017-12-11
* Adding support for new TensorFlow operators. Also adding a transformation to ...Gravatar A. Unique TensorFlower2017-12-08
* Relax the requirements on --input_arrays and --input_shapes.Gravatar A. Unique TensorFlower2017-12-08
* Allow partial handling of some cyclic graphs, at least toGravatar A. Unique TensorFlower2017-12-07
* Change InputArray.shape from being a repeated int field to beingGravatar A. Unique TensorFlower2017-12-05
* An input that is used only by a RNN state should be counted as used.Gravatar A. Unique TensorFlower2017-11-23
* Allow proceeding without --input_shape flags when the model already has that ...Gravatar A. Unique TensorFlower2017-11-22
* Minor toco changes to support new features in tfmini.Gravatar A. Unique TensorFlower2017-11-22
* Make drop_control_dependency a TocoFlag, not a ModelFlag.Gravatar A. Unique TensorFlower2017-11-22
* Input types flags refactoring.Gravatar A. Unique TensorFlower2017-11-20
* Internal Change.Gravatar Andrew Selle2017-11-10