aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/interpreter.cc
Commit message (Expand)AuthorAge
* TFLite: Rename ResetVariableTensorsToZero -> ResetVariableTensorsGravatar Yu-Cheng Ling2018-09-27
* Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Preallocate the node structure std::vectorGravatar Andrew Selle2018-08-22
* Provide TfLiteContext arg to all TfLiteDelegate callbacksGravatar Jared Duke2018-08-14
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
* An ErrorReporter to be used in tests.Gravatar A. Unique TensorFlower2018-07-25
* Small changes to interpreter.{h,cc}: refactoring plus improved error message.Gravatar A. Unique TensorFlower2018-07-25
* More info on op prepare/eval failuresGravatar A. Unique TensorFlower2018-07-17
* Make an option that allows making the memory plan not reuse space.Gravatar Andrew Selle2018-07-13
* Reset variable tensors to zero after allocating tensors.Gravatar Yu-Cheng Ling2018-07-10
* Make tensorflow lite interpreter have more helpful errors.Gravatar Andrew Selle2018-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
* Add support for Makefile build for micro-controller platformsGravatar A. Unique TensorFlower2018-06-29
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
* Refresh allocations in the presence of dynamic tensorsGravatar A. Unique TensorFlower2018-06-19
* 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
* Small fix to prevent a crash if the delegate has not implemented FreeBufferHa...Gravatar A. Unique TensorFlower2018-04-30
* Convert int -> size_t so that implicit conversion doesn't lose integer precis...Gravatar A. Unique TensorFlower2018-04-23
* Add a simple Profiler and instrument operator invocations in Interpreter.Gravatar Shashi Shekhar2018-04-16
* Internal change.Gravatar A. Unique TensorFlower2018-04-16
* TFLite: Copy output data from BufferHandle to CPU memory by default.Gravatar Yu-Cheng Ling2018-04-13
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
* Revert to initializing number of threads when SetNumThreads is called. Requir...Gravatar A. Unique TensorFlower2018-03-26
* TFLite Delegate: Add an `allow_dynamic_tensors` parameter.Gravatar Yu-Cheng Ling2018-03-19
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
* [TFLite] Don't require a std::vector for Interpreter::SetTensorParameters*.Gravatar Eugene Brevdo2018-03-12
* Make default number of threads trigger the default behavior for both eigenGravatar A. Unique TensorFlower2018-03-12
* Removed duplicate statement.Gravatar A. Unique TensorFlower2018-03-11
* Make SetNumThreads apply to the eigen threads. (This creates a dependency on ...Gravatar A. Unique TensorFlower2018-03-09
* Return kTfLiteError if calling delegate-specific functions from non-delegate ...Gravatar Yu-Cheng Ling2018-03-08
* [TF Lite] Provide a fast path for Interpreter::SetTensorParametersReadOnly.Gravatar Eugene Brevdo2018-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
* TFLite: Define a DELEGATE op type.Gravatar Yu-Cheng Ling2018-02-20
* Fill the new `custom_initial_data(_size)?` fields in TfLiteNode.Gravatar Yu-Cheng Ling2018-02-20
* 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
* make calling NNAPI work againGravatar A. Unique TensorFlower2018-02-07
* Proper reallocation of dynamic tensors.Gravatar A. Unique TensorFlower2018-02-05
* Allow reordering of execution order of nodes with indirect execution_plan.Gravatar Andrew Selle2018-02-01
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
* Internal Change.Gravatar Andrew Selle2017-11-10