aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/tflite/operator_test.cc
Commit message (Expand)AuthorAge
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* 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
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Support list of integers in custom op attributes.Gravatar A. Unique TensorFlower2018-06-20
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
* Remove uses of dynamic_cast, which is generally discouraged by the Google C++Gravatar A. Unique TensorFlower2018-06-13
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
* Implement neg opGravatar Alan Chiao2018-05-04
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
* Supporting FakeQuant num_bits and getting the fake quant op matching tensorflow.Gravatar A. Unique TensorFlower2018-04-10
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
* Implementation of tf.nn.top_k in TfLiteGravatar A. Unique TensorFlower2018-02-15
* Supports op exp (tf.exp) in Toco and Tensorflow Lite.Gravatar A. Unique TensorFlower2018-02-14
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
* Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
* Make TFLite Mean op have parity with TF Reduce Mean op by changing theGravatar A. Unique TensorFlower2018-01-29
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
* Make TFLite Transpose op have parity with TF Transpose op.Gravatar Nupur Garg2018-01-29
* Make TFLite Pad op have parity with TF Pad op.Gravatar Nupur Garg2018-01-24
* Support StridedSlice in TFLite for 1D-4D tensors.Gravatar A. Unique TensorFlower2018-01-23
* Supports Squeeze in Tf Lite.Gravatar A. Unique TensorFlower2018-01-18
* Rename RELU1 to RELU_N1_TO_1 to indicate that the image of the Op is in betwe...Gravatar A. Unique TensorFlower2018-01-13
* Adds Mean op to Tensorflow Lite.Gravatar A. Unique TensorFlower2018-01-11
* Support Transpose in TFLite.Gravatar Nupur Garg2018-01-08
* Support SpaceToBatchND in TFLite.Gravatar Nupur Garg2018-01-02
* Support BatchToSpaceND in TFLiteGravatar Yu-Cheng Ling2017-12-14
* Implementation of Gather in TfLiteGravatar A. Unique TensorFlower2017-12-14