aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_unary.cc
Commit message (Expand)AuthorAge
* Return ::tensorflow::Status in Toco Graph Transformations.Gravatar Yu-Cheng Ling2018-10-09
* Remove the restrictions that constant resolution of reduce_sum operators must...Gravatar A. Unique TensorFlower2018-10-08
* Automated rollback of commit 8dc7bc7764150253c03a666eee84fc48f867d6a2Gravatar A. Unique TensorFlower2018-10-04
* In all constant-propagation transformations, check that the array we'd be tur...Gravatar A. Unique TensorFlower2018-10-02
* Adding support for resolving constant Exp ops.Gravatar A. Unique TensorFlower2018-08-30
* Fixing bad conditional.Gravatar A. Unique TensorFlower2018-08-14
* Import/export support for Any, LogicalAnd, and LogicalNot ops.Gravatar A. Unique TensorFlower2018-07-18
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Adding support for the standalone log operator. Basic import/export only, No ...Gravatar A. Unique TensorFlower2018-04-09
* Propagate min-max when resolving constant Reshape op.Gravatar A. Unique TensorFlower2018-03-15
* Allowing ReorderActivationFunctions to reorder output arrays and adding suppo...Gravatar A. Unique TensorFlower2018-03-09
* Fixed tf.reduce_sum usage on 2-D tensors.Gravatar A. Unique TensorFlower2018-03-01
* Adding support for tf.reduce_sum with keep_dims=True.Gravatar A. Unique TensorFlower2018-02-12
* Internal ChangeGravatar A. Unique TensorFlower2018-01-23
* Adding basic support for constant Tensorflow 'Neg' (tf.negative) ops.Gravatar A. Unique TensorFlower2017-12-14
* - adds support constant cast operatorsGravatar A. Unique TensorFlower2017-12-13
* Internal Change.Gravatar Andrew Selle2017-11-10