aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.cc
Commit message (Collapse)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
| | | | PiperOrigin-RevId: 215788183
* Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214854303
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214705311
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
| | | | PiperOrigin-RevId: 214674717
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
| | | | PiperOrigin-RevId: 214346240
* Handle model deserialization when output tensor shape is NULL.Gravatar Suharsh Sivakumar2018-09-11
| | | | | | | | In flatbuffers, vectors default to NULL. Original change by alanchiao@. PiperOrigin-RevId: 212506392
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
| | | | PiperOrigin-RevId: 210507220
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
| | | | PiperOrigin-RevId: 210051131
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209884688
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209875487
* Preallocate the node structure std::vectorGravatar Andrew Selle2018-08-22
| | | | PiperOrigin-RevId: 209830234
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209634537
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
| | | | PiperOrigin-RevId: 209528032
* Internal changeGravatar Jared Duke2018-08-15
| | | | PiperOrigin-RevId: 208910402
* Add support for interpreting tflite flatbuffers in micro builds.Gravatar A. Unique TensorFlower2018-08-06
| | | | PiperOrigin-RevId: 207550881
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
| | | | PiperOrigin-RevId: 207034363
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
| | | | PiperOrigin-RevId: 207020196
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206185190
* Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205765869
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205763219
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205744600
* Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
| | | | PiperOrigin-RevId: 205175758
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| | | | PiperOrigin-RevId: 204846139
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
| | | | PiperOrigin-RevId: 204339562
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203969441
* Make tensorflow lite interpreter have more helpful errors.Gravatar Andrew Selle2018-07-10
| | | | PiperOrigin-RevId: 203961654
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203908601
* Move InterpreterBuilder's destructor to the .cc file.Gravatar A. Unique TensorFlower2018-07-03
| | | | PiperOrigin-RevId: 203200781
* Added std::move on the caller side of interpreter->SetVariables.Gravatar A. Unique TensorFlower2018-06-29
| | | | PiperOrigin-RevId: 202670638
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
| | | | PiperOrigin-RevId: 202403235
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
| | | | PiperOrigin-RevId: 202262513
* Remove an unnecessary op->opcode_index() operation.Gravatar A. Unique TensorFlower2018-06-26
| | | | PiperOrigin-RevId: 202251080
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-26
| | | | | | including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
| | | | PiperOrigin-RevId: 201389618
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201191877
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
| | | | PiperOrigin-RevId: 200457602
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
| | | | PiperOrigin-RevId: 200442886
* Minor refactoring - Put together the ops with no option structs.Gravatar Yu-Cheng Ling2018-06-11
| | | | PiperOrigin-RevId: 200139790
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199735191
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199602232
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
| | | | PiperOrigin-RevId: 198943559
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198913026
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198710452
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196806646
* Refactoring: Make OpResolver return const pointer.Gravatar Yu-Cheng Ling2018-05-14
| | | | PiperOrigin-RevId: 196587227
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 196062186