aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.cc
Commit message (Expand)AuthorAge
* 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
* 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