aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/generate_examples.py
Commit message (Expand)AuthorAge
* Fix test that was relying on old lax toco behaviorGravatar A. Unique TensorFlower2018-10-03
* Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* Internal change.Gravatar Nupur Garg2018-09-11
* Support <4D tensor inputs for pad/padv2Gravatar Jared Duke2018-09-04
* Implementation of floor_div.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Remove 18-input/3-output LSTM in favor of 20-input/1-output LSTM that supportsGravatar Alan Chiao2018-08-23
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* TOCO Bugfix: Do not transform Conv() to DepthwiseConv() if weights is sharedGravatar A. Unique TensorFlower2018-08-15
* TFLite: Add a failing test case where 2 Conv2D use the same weight tensor.Gravatar Yu-Cheng Ling2018-08-14
* Added int32 concatenation to TFLite.Gravatar A. Unique TensorFlower2018-08-08
* Fixing for TopKV2 shape propagation in Toco.Gravatar A. Unique TensorFlower2018-08-08
* Allow empty shapes in certain cases within tocoGravatar Jared Duke2018-08-08
* FIX reduce_prod generate_examples_test.Gravatar A. Unique TensorFlower2018-08-07
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
* Supports 2-4D tensors with PRelu.Gravatar Yu-Cheng Ling2018-08-03
* Fix issue with scalar reshape parametersGravatar Jared Duke2018-07-30
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Test tf.constant directly (still doesn't work with scalars)Gravatar A. Unique TensorFlower2018-07-26
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Allow scalar inputs for toco and TFLite zip testsGravatar Jared Duke2018-07-23
* TFLite Reshape - Uses shape input tensorGravatar Yu-Cheng Ling2018-07-20
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Fixing PRelu and its disabled test.Gravatar Yu-Cheng Ling2018-07-09
* Allow transposition of the weights in fully connected ops.Gravatar A. Unique TensorFlower2018-06-29
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* add int32 support for addGravatar A. Unique TensorFlower2018-06-26
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* Support uint8, int32 and int64 for SpaceToDepth in TOCO.Gravatar Saurabh Saxena2018-06-05
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
* implement a generic reduce method so that later we can easily implement reduc...Gravatar A. Unique TensorFlower2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* beautify test output file name.Gravatar A. Unique TensorFlower2018-05-30
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Improve TFLite generated example test speed.Gravatar Yu-Cheng Ling2018-05-18
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16