aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/context_util.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* 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