aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/interpreter.h
Commit message (Expand)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
* 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
* Extend external context for Edge TPUGravatar A. Unique TensorFlower2018-08-16
* Internal changeGravatar Jared Duke2018-08-15
* Provide TfLiteContext arg to all TfLiteDelegate callbacksGravatar Jared Duke2018-08-14
* Fix unnecessary semicolon (lint warning)Gravatar Suharsh Sivakumar2018-08-10
* Minor fixes to Eager delegate.Gravatar Nupur Garg2018-08-08
* Small changes to interpreter.{h,cc}: refactoring plus improved error message.Gravatar A. Unique TensorFlower2018-07-25
* Initialize profiler pointer to null.Gravatar Shashi Shekhar2018-07-17
* [tflite] Add macro registration for type string to typeToTfLiteType.Gravatar Eugene Brevdo2018-07-11
* Remove framework's dependency on eigen and gemmlowp.Gravatar A. Unique TensorFlower2018-07-03
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
* Allow ops to annotate their own profile info.Gravatar A. Unique TensorFlower2018-06-21
* 16-bit quantized add support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-20
* 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
* Expose read-only versions of input tensors in tflite.Gravatar A. Unique TensorFlower2018-05-18
* Expose read-only versions of tensors in tflite.Gravatar A. Unique TensorFlower2018-05-05
* Fix a bug in profiler.Gravatar Shashi Shekhar2018-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
* 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
* Make node and registration getter const.Gravatar Shashi Shekhar2018-04-09
* 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
* Removed the pointer to model from interpreter.Gravatar A. Unique TensorFlower2018-03-15
* [TFLite] Don't require a std::vector for Interpreter::SetTensorParameters*.Gravatar Eugene Brevdo2018-03-12
* 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
* Internal change.Gravatar A. Unique TensorFlower2018-02-21
* Add delegate API to tflite.Gravatar Andrew Selle2018-02-09
* 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
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Fix a commentGravatar Yu-Cheng Ling2018-01-29
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
* Avoid a dependency between the interpreter and tensorflowGravatar A. Unique TensorFlower2017-11-17
* Internal Change.Gravatar Andrew Selle2017-11-10