aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/dump_graphviz.cc
Commit message (Collapse)AuthorAge
* Allow empty shapes in certain cases within tocoGravatar Jared Duke2018-08-08
| | | | PiperOrigin-RevId: 207913842
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
| | | | PiperOrigin-RevId: 201422566
* Fix for DumpGraphviz() failing on zero-sized arrays, which it should handle ↵Gravatar A. Unique TensorFlower2018-06-13
| | | | | | for debugging purposes. PiperOrigin-RevId: 200397151
* Printing bools in graphviz.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198897530
* Code simplification in dump_graphviz.cc:Gravatar A. Unique TensorFlower2018-05-25
| | | | | | | Just output all arrays, before writing edges, so we don't need to keep track of which arrays we've already output. PiperOrigin-RevId: 198055327
* Drop some old dump_graphviz optionsGravatar A. Unique TensorFlower2018-05-17
| | | | PiperOrigin-RevId: 196989899
* Enhancements to GRAPHVIZ_DOT output:Gravatar A. Unique TensorFlower2018-04-30
| | | | | | | | -edge weights added to encourage straighter main data-flow -line thickness proportional to log(data_size) -set global parameter "nslimit" to prevent excessive layout time for difficult graphs PiperOrigin-RevId: 194854051
* Adding info to FakeQuant ops in graphviz.Gravatar A. Unique TensorFlower2018-04-25
| | | | PiperOrigin-RevId: 194283908
* Fixes and cleanup to support more complex quantized models and adds ↵Gravatar A. Unique TensorFlower2018-04-17
| | | | | | PropagateFakeQuantNumBits. PiperOrigin-RevId: 193232630
* LSTM support: Quantized types, quantization params for 16-bit unfused LSTMs.Gravatar A. Unique TensorFlower2018-02-22
| | | | PiperOrigin-RevId: 186697357
* Simplify and enforce diagnostic ArrayDataType strings.Gravatar A. Unique TensorFlower2018-02-20
| | | | PiperOrigin-RevId: 186348846
* Internal ChangeGravatar A. Unique TensorFlower2018-01-23
| | | | PiperOrigin-RevId: 182974191
* Add support for constant resolution of the Fill op.Gravatar A. Unique TensorFlower2017-12-20
| | | | PiperOrigin-RevId: 179684795
* - adds support constant cast operatorsGravatar A. Unique TensorFlower2017-12-13
| | | | | | | - adds support for legacy "BatchMatMul" operators - adds constant scalar values to graphviz output PiperOrigin-RevId: 178957498
* graphviz improvements:Gravatar A. Unique TensorFlower2017-12-06
| | | | | | | | - strip 'TensorFlow' prefixes to operator names - don't generate workspace allocations in --output_format=GRAPHVIZ_DOT case (can still see them with --dump_graphviz). PiperOrigin-RevId: 178156346
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445