aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/interpreter_test.cc
Commit message (Expand)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Internal changeGravatar Jared Duke2018-08-15
* Provide TfLiteContext arg to all TfLiteDelegate callbacksGravatar Jared Duke2018-08-14
* An ErrorReporter to be used in tests.Gravatar A. Unique TensorFlower2018-07-25
* Reset variable tensors to zero after allocating tensors.Gravatar Yu-Cheng Ling2018-07-10
* Remove framework's dependency on eigen and gemmlowp.Gravatar A. Unique TensorFlower2018-07-03
* Avoid redundant TFLite tensor reallocationsGravatar Jared Duke2018-07-02
* Do not overwrite inputs.Gravatar A. Unique TensorFlower2018-06-29
* Refresh allocations in the presence of dynamic tensorsGravatar A. Unique TensorFlower2018-06-19
* support int16-quantized data in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-13
* Handle zero-sized TFLite tensor allocationsGravatar A. Unique TensorFlower2018-06-12
* Convert int -> size_t so that implicit conversion doesn't lose integer precis...Gravatar A. Unique TensorFlower2018-04-23
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* TFLite Delegate: Add an `allow_dynamic_tensors` parameter.Gravatar Yu-Cheng Ling2018-03-19
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
* Return kTfLiteError if calling delegate-specific functions from non-delegate ...Gravatar Yu-Cheng Ling2018-03-08
* TFLite: Delegate Buffer Handle interface (take 2)Gravatar Yu-Cheng Ling2018-03-08
* Automated g4 rollback of changelist 188263046Gravatar Gunhan Gulsoy2018-03-08
* TFLite: Delegate Buffer Handle interfaceGravatar Yu-Cheng Ling2018-03-07
* TFLite: Ensures pointers to tensors won't be invalidated unless 16+ tensors a...Gravatar Yu-Cheng Ling2018-02-26
* Fix bug in populating the execution plan sent to the delegate.Gravatar Andrew Selle2018-02-13
* Add delegate API to tflite.Gravatar Andrew Selle2018-02-09
* Show that we must over reallocate after resizing dynamic tensors.Gravatar A. Unique TensorFlower2018-02-02
* Allow reordering of execution order of nodes with indirect execution_plan.Gravatar Andrew Selle2018-02-01
* Internal Change.Gravatar Andrew Selle2017-11-10