aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/graph_info.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
| | | | PiperOrigin-RevId: 200457602
* 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
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
PiperOrigin-RevId: 181865795