aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/context.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
| | | | PiperOrigin-RevId: 211715608
* Avoid complex.h in context.h. Otherwise, Eigen/ABSL fail due to "I" macro.Gravatar Andrew Selle2018-08-20
| | | | | | Instead, we define a struct for complex types. PiperOrigin-RevId: 209484623
* Extend external context for Edge TPUGravatar A. Unique TensorFlower2018-08-16
| | | | PiperOrigin-RevId: 209077767
* Provide TfLiteContext arg to all TfLiteDelegate callbacksGravatar Jared Duke2018-08-14
| | | | | | | Note: This change may break clients who have custom TfLiteDelegate implementations; this API has been and remains experimental and subject to such changes. PiperOrigin-RevId: 208683190
* More changes for TFLite portabilityGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206202981
* Comment about TfLiteDelegateParamsGravatar Yu-Cheng Ling2018-07-20
| | | | PiperOrigin-RevId: 205463881
* Remove framework's dependency on eigen and gemmlowp.Gravatar A. Unique TensorFlower2018-07-03
| | | | PiperOrigin-RevId: 203172717
* Avoid redundant TFLite tensor reallocationsGravatar Jared Duke2018-07-02
| | | | PiperOrigin-RevId: 202988873
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
| | | | PiperOrigin-RevId: 202403235
* Allow ops to annotate their own profile info.Gravatar A. Unique TensorFlower2018-06-21
| | | | PiperOrigin-RevId: 201579919
* 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
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Convert int -> size_t so that implicit conversion doesn't lose integer ↵Gravatar A. Unique TensorFlower2018-04-23
| | | | | | precision. PiperOrigin-RevId: 193955175
* Add boolean type to tflite in favor of comparison implementations.Gravatar A. Unique TensorFlower2018-04-12
| | | | PiperOrigin-RevId: 192711203
* TFLite Delegate: Expose input / output tensor indicies in `Init`Gravatar Yu-Cheng Ling2018-03-12
| | | | PiperOrigin-RevId: 188784614
* Make SetNumThreads apply to the eigen threads. (This creates a dependency on ↵Gravatar A. Unique TensorFlower2018-03-09
| | | | | | eigen!) PiperOrigin-RevId: 188504172
* [TF Lite] Provide a fast path for Interpreter::SetTensorParametersReadOnly.Gravatar Eugene Brevdo2018-03-08
| | | | | | | | | | The fast path kicks in if shape matches tensor.dims and type matches tensor.type. In this case, the interpreter is not invalidated and AllocateTensors need not be called after a call to SetTensorParametersReadOnly. PiperOrigin-RevId: 188380596
* TFLite: Delegate Buffer Handle interface (take 2)Gravatar Yu-Cheng Ling2018-03-08
| | | | PiperOrigin-RevId: 188366045
* Automated g4 rollback of changelist 188263046Gravatar Gunhan Gulsoy2018-03-08
| | | | PiperOrigin-RevId: 188293315
* TFLite: Delegate Buffer Handle interfaceGravatar Yu-Cheng Ling2018-03-07
| | | | PiperOrigin-RevId: 188263046
* Clarify ownership story of TfLiteIntArray* nodes_to_replaceGravatar Andrew Selle2018-02-22
| | | | PiperOrigin-RevId: 186696787
* Fix a typo in the comment (TFLite)Gravatar Yu-Cheng Ling2018-02-20
| | | | PiperOrigin-RevId: 186363449
* Add delegate API to tflite.Gravatar Andrew Selle2018-02-09
| | | | | | | | | - Context gets GetNodes, num_nodes and PartitionNodesIntoSubgraphs. - TfLiteDelegate provides one function that need be implemented - Delegates choose nodes and those nodes are all compacted into a new macro kernel. PiperOrigin-RevId: 185204338
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Make int64 inputs workable, and testable in generate_examples_test.Gravatar Yu-Cheng Ling2018-01-17
| | | | PiperOrigin-RevId: 182252829
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445