aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/BUILD
Commit message (Expand)AuthorAge
* Reland "Add basic type propagation for unsupported ops in TFLite conversion"Gravatar Jared Duke2018-09-13
* Automated rollback of commit 6b507a6de855a6f988100904229b7f46a5652b88Gravatar Suharsh Sivakumar2018-09-13
* Add basic type propagation for unsupported ops in TFLite conversionGravatar Jared Duke2018-09-12
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* Call new tflite buffer quantize weights transformation tool from TOCO.Gravatar Suharsh Sivakumar2018-08-30
* Adding constant Select and Tile resolution.Gravatar A. Unique TensorFlower2018-08-13
* Follow-up fix for toco compilation on WindowsGravatar Jared Duke2018-08-09
* Fix toco compilation on WindowsGravatar Jared Duke2018-08-07
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18
* Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
* 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
* Added graph transformation to push reshapes downstream of broadcasting binary...Gravatar A. Unique TensorFlower2018-07-02
* Removes SavedModel support from toco.cc.Gravatar Nupur Garg2018-06-26
* Graduate the 'experimental' fully connected weights shuffling featureGravatar A. Unique TensorFlower2018-06-21
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-06-14
* Leverage the standard error space by using tensorflow::StatusGravatar A. Unique TensorFlower2018-06-12
* Quantize weights transformation for toco.Gravatar Suharsh Sivakumar2018-06-01
* Adding constant slice op support.Gravatar A. Unique TensorFlower2018-05-09
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* 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
* Check for overflow in shape calculation.Gravatar A. Unique TensorFlower2018-05-01
* Adding some slightly more exhaustive strided_slice test parameters.Gravatar A. Unique TensorFlower2018-04-26
* Make toco generate uint8 weights that are safe for fast int8 kernels.Gravatar A. Unique TensorFlower2018-04-18
* 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
* Experiment with pre-shuffled fully-connected weightsGravatar A. Unique TensorFlower2018-04-13
* ResolveConstantReshape transformation and fix for ResolveConstantTranspose.Gravatar A. Unique TensorFlower2018-04-12
* Support for removing unfused quantized activation functions and min/max.Gravatar A. Unique TensorFlower2018-04-11
* 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
* Automated g4 rollback of changelist 190808678Gravatar A. Unique TensorFlower2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Reorder element wise operators across reshape operators.Gravatar A. Unique TensorFlower2018-03-28
* Add "serve" as a default value for savedmodel_tagset.Gravatar Nupur Garg2018-03-27
* Adds support for SavedModel to TOCO.Gravatar Nupur Garg2018-03-25
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Allowing ReorderActivationFunctions to reorder output arrays and adding suppo...Gravatar A. Unique TensorFlower2018-03-09
* Adding support for constant Gather ops.Gravatar A. Unique TensorFlower2018-03-09
* Convert Squeeze into Reshape and support squeezes on all dimensions.Gravatar A. Unique TensorFlower2018-03-09
* Internal change.Gravatar A. Unique TensorFlower2018-03-07
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27
* Adds support for identifying dilated convolution emulation.Gravatar A. Unique TensorFlower2018-02-22
* Optimize away multiply by constant zeroGravatar A. Unique TensorFlower2018-02-15
* Add BatchMatMul support and improve tensorflow graphdef export by adding ops ...Gravatar A. Unique TensorFlower2018-02-07
* LSTM for TFlite/TocoGravatar Zhixian Yan2018-02-06
* Add transformation that exchanges a Reshape followed by an activation function.Gravatar A. Unique TensorFlower2018-01-29