aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/BUILD
Commit message (Collapse)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
| | | | PiperOrigin-RevId: 215788183
* Synchronize open source and closed source build with regard to flex delegate.Gravatar Andrew Selle2018-09-28
| | | | PiperOrigin-RevId: 215016968
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Fix TensorFlow Lite buildGravatar Jared Duke2018-08-20
| | | | | | | | Add "-llog" to the linker deps on Android. Also add google() as a repo for the Gradle projects to properly resolve the 3.0.1 dependency. PiperOrigin-RevId: 209463666
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
| | | | PiperOrigin-RevId: 207020196
* Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
| | | | PiperOrigin-RevId: 204978094
* [tflite] Add macro registration for type string to typeToTfLiteType.Gravatar Eugene Brevdo2018-07-11
| | | | PiperOrigin-RevId: 204210338
* Avoid redundant TFLite tensor reallocationsGravatar Jared Duke2018-07-02
| | | | PiperOrigin-RevId: 202988873
* Refresh allocations in the presence of dynamic tensorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201193941
* New NN API interface that uses the TensorFlow Lite delegate API.Gravatar Andrew Selle2018-06-03
| | | | | | | | | - Make nn_api a delegate in its own directory. - Use the delegate API to rewrite the graph. - Use only on static APIs right now. - This is initial preview of the delegate that only supports add and conv. PiperOrigin-RevId: 199055747
* Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Expose Interpreter to tensorflow.contrib.liteGravatar Andrew Selle2018-05-02
| | | | PiperOrigin-RevId: 195198645
* Add a simple Profiler and instrument operator invocations in Interpreter.Gravatar Shashi Shekhar2018-04-16
| | | | PiperOrigin-RevId: 193133955
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
| | | | PiperOrigin-RevId: 191590230
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Revert to initializing number of threads when SetNumThreads is called. ↵Gravatar A. Unique TensorFlower2018-03-26
| | | | | | | | Requiring it to happen before OpInit() is way too confusing for users. PiperOrigin-RevId: 190499644
* TFLite Delegate: Add an `allow_dynamic_tensors` parameter.Gravatar Yu-Cheng Ling2018-03-19
| | | | PiperOrigin-RevId: 189641833
* 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
* Tensorflow driver to execute the given tf graphdef, and generate outputGravatar A. Unique TensorFlower2018-02-14
| | | | PiperOrigin-RevId: 185708396
* Internal ChangeGravatar A. Unique TensorFlower2018-02-12
| | | | PiperOrigin-RevId: 185382594
* 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
* Sync the opensource and non-opensource buildGravatar Andrew Selle2018-02-06
| | | | PiperOrigin-RevId: 184765632
* Add a utility function to partition TensorFlow Lite graphs into subgraphs.Gravatar Andrew Selle2018-02-06
| | | | | | | | | This will be used for the forthcoming delegate interface. The delegate interface will allow parts of the TensorFlow lite graph to be sent to other accelerators. NNAPI will be implemented to move to this interface. That will allow partial delegation to NNAPI. PiperOrigin-RevId: 184692126
* Show that we must over reallocate after resizing dynamic tensors.Gravatar A. Unique TensorFlower2018-02-02
| | | | PiperOrigin-RevId: 184296680
* Fix some tf-lite testsGravatar Gunhan Gulsoy2018-02-02
| | | | PiperOrigin-RevId: 184247187
* Fix tolerance too tight for Wasserstein distance test.Gravatar A. Unique TensorFlower2018-02-02
| | | | PiperOrigin-RevId: 184240222
* Fix some tf-lite testsGravatar Gunhan Gulsoy2018-02-02
| | | | PiperOrigin-RevId: 184247187
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
| | | | PiperOrigin-RevId: 181865795
* Internal ChangeGravatar A. Unique TensorFlower2017-12-01
| | | | PiperOrigin-RevId: 177611775
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
| | | | PiperOrigin-RevId: 177526301
* Internal ChangeGravatar A. Unique TensorFlower2017-11-13
| | | | PiperOrigin-RevId: 175559457
* Remove dep to file/base:pathGravatar A. Unique TensorFlower2017-11-10
| | | | PiperOrigin-RevId: 175362138
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445