Add a utility function to partition TensorFlow Lite graphs into subgraphs.
authorAndrew Selle <aselle@google.com>
Tue, 6 Feb 2018 17:28:24 +0000 (09:28 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 17:32:44 +0000 (09:32 -0800)
commit59c8e2a276cacb30790e57c403781b185815a5e5
treed79f99f76dd7b606dc3b08f40b83a99252453678
parentec6e45e9e9a7044c6aab7097ae1f08f62a59449b
Add a utility function to partition TensorFlow Lite graphs into subgraphs.

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
tensorflow/contrib/lite/BUILD
tensorflow/contrib/lite/graph_info.cc [new file with mode: 0644]
tensorflow/contrib/lite/graph_info.h
tensorflow/contrib/lite/graph_info_test.cc [new file with mode: 0644]