aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.cc
Commit message (Expand)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
* 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
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
* Handle model deserialization when output tensor shape is NULL.Gravatar Suharsh Sivakumar2018-09-11
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* Preallocate the node structure std::vectorGravatar Andrew Selle2018-08-22
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
* Internal changeGravatar Jared Duke2018-08-15
* Add support for interpreting tflite flatbuffers in micro builds.Gravatar A. Unique TensorFlower2018-08-06
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* Make tensorflow lite interpreter have more helpful errors.Gravatar Andrew Selle2018-07-10
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* 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