aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.cc
Commit message (Expand)AuthorAge
* Move InterpreterBuilder's destructor to the .cc file.Gravatar A. Unique TensorFlower2018-07-03
* Added std::move on the caller side of interpreter->SetVariables.Gravatar A. Unique TensorFlower2018-06-29
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Remove an unnecessary op->opcode_index() operation.Gravatar A. Unique TensorFlower2018-06-26
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar 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
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
* Minor refactoring - Put together the ops with no option structs.Gravatar Yu-Cheng Ling2018-06-11
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* 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
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* Refactoring: Make OpResolver return const pointer.Gravatar Yu-Cheng Ling2018-05-14
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
* 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
* 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