aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/context.h
Commit message (Expand)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
* Avoid complex.h in context.h. Otherwise, Eigen/ABSL fail due to "I" macro.Gravatar Andrew Selle2018-08-20
* Extend external context for Edge TPUGravatar A. Unique TensorFlower2018-08-16
* Provide TfLiteContext arg to all TfLiteDelegate callbacksGravatar Jared Duke2018-08-14
* More changes for TFLite portabilityGravatar Jared Duke2018-07-26
* Comment about TfLiteDelegateParamsGravatar Yu-Cheng Ling2018-07-20
* Remove framework's dependency on eigen and gemmlowp.Gravatar A. Unique TensorFlower2018-07-03
* Avoid redundant TFLite tensor reallocationsGravatar Jared Duke2018-07-02
* 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
* 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
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
* Convert int -> size_t so that implicit conversion doesn't lose integer precis...Gravatar A. Unique TensorFlower2018-04-23
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
* Make SetNumThreads apply to the eigen threads. (This creates a dependency on ...Gravatar A. Unique TensorFlower2018-03-09
* [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
* Clarify ownership story of TfLiteIntArray* nodes_to_replaceGravatar Andrew Selle2018-02-22
* Fix a typo in the comment (TFLite)Gravatar Yu-Cheng Ling2018-02-20
* Add delegate API to tflite.Gravatar Andrew Selle2018-02-09
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Make int64 inputs workable, and testable in generate_examples_test.Gravatar Yu-Cheng Ling2018-01-17
* Internal Change.Gravatar Andrew Selle2017-11-10