aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tooling_util.h
Commit message (Expand)AuthorAge
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* 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
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
* Make fused activation opt-inGravatar Jared Duke2018-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
* Updated include path for internal protobuf implementation.Gravatar A. Unique TensorFlower2018-06-04
* Post-transform pass to dedupe large constant arrays.Gravatar A. Unique TensorFlower2018-05-03
* Check for overflow in shape calculation.Gravatar A. Unique TensorFlower2018-05-01
* 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
* quantized LSTM support improvementsGravatar A. Unique TensorFlower2018-04-05
* Three operators are added that can be used to decrease the number ofGravatar A. Unique TensorFlower2018-04-03
* Fixing constant output arrays by inserting synthetic reshapes.Gravatar A. Unique TensorFlower2018-03-16
* Internal change.Gravatar A. Unique TensorFlower2018-03-07
* Remove unused parameter from GetQuantizationParamsFromMinMax.Gravatar A. Unique TensorFlower2018-03-07
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27
* 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
* Fixing IdentifyRelu1 transform to recognize min+max in addition to max+min.Gravatar A. Unique TensorFlower2018-02-14
* 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
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Add support for conv and matmul operators with variable filter.Gravatar Nupur Garg2018-01-23
* Allow ReorderAxes to work on QUINT8 arrays. This will be necessary in order t...Gravatar A. Unique TensorFlower2018-01-16
* Input types flags refactoring.Gravatar A. Unique TensorFlower2017-11-20
* Move IODataType to a new types.proto in preparation for using itGravatar A. Unique TensorFlower2017-11-16
* Internal Change.Gravatar Andrew Selle2017-11-10