aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.cc
Commit message (Expand)AuthorAge
...
* 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
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Implement neg opGravatar Alan Chiao2018-05-04
* Automated g4 rollback of changelist 194306629Gravatar Yu-Cheng Ling2018-04-27
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
* Refactoring: Remove a redundant map from model.h.Gravatar Yu-Cheng Ling2018-04-25
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
* ParseOpData returns kTfLiteError when error happens.Gravatar Yu-Cheng Ling2018-04-10
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Validate errorReporter and improve the documentation on it.Gravatar Andrew Selle2018-04-06
* 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
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* TFLite: Ensure only 1 scale/zero_point is in QuantizationParam.Gravatar Yu-Cheng Ling2018-03-22
* Set number of threads at Java interpreter constructor so that Conv Kernels ca...Gravatar A. Unique TensorFlower2018-03-16
* Pass error reporter to file copy allocation,Gravatar A. Unique TensorFlower2018-03-15
* Removed the pointer to model from interpreter.Gravatar A. Unique TensorFlower2018-03-15
* Add support for the "DEQUANTIZE" op. This cover only ops that are generated b...Gravatar A. Unique TensorFlower2018-03-07
* Implementation of tf.cast in TfLiteGravatar A. Unique TensorFlower2018-03-06
* Internal change.Gravatar A. Unique TensorFlower2018-02-21
* Add bidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-02-21
* TFLite: Define a DELEGATE op type.Gravatar Yu-Cheng Ling2018-02-20
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
* TFLite: Check if builtin_code is in valid range by best effort.Gravatar Yu-Cheng Ling2018-02-20
* Fix a typo in model.cc error message.Gravatar Yu-Cheng Ling2018-02-15
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
* 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
* Add bidirectional sequence RNN to TFLite Ops.Gravatar A. Unique TensorFlower2018-01-26
* Move flatbuffer verifier to a separate libGravatar A. Unique TensorFlower2018-01-25
* Remove no longer used param fields from TfLiteResizeBilinerParamsGravatar A. Unique TensorFlower2018-01-25
* 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
* Add unidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-01-23
* Add support for time_major shape format to the sequential RNN Op in TF Lite.Gravatar A. Unique TensorFlower2018-01-19
* Supports Squeeze in Tf Lite.Gravatar A. Unique TensorFlower2018-01-18
* Create support for div and sub in tensorflow lite.Gravatar Andrew Selle2018-01-17
* Rename RELU1 to RELU_N1_TO_1 to indicate that the image of the Op is in betwe...Gravatar A. Unique TensorFlower2018-01-13