aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/util.cc
Commit message (Collapse)AuthorAge
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214705311
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
| | | | PiperOrigin-RevId: 214674717
* Refactoring: Extract IsEagerOp function to shared component.Gravatar Yu-Cheng Ling2018-08-16
| | | | PiperOrigin-RevId: 209027338
* Refactoring: Extract CombineHashes function into a shared moduleGravatar Yu-Cheng Ling2018-05-31
| | | | PiperOrigin-RevId: 198793295
* [TFLite] Don't require a std::vector for Interpreter::SetTensorParameters*.Gravatar Eugene Brevdo2018-03-12
| | | | PiperOrigin-RevId: 188770522
* [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