aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/tools
Commit message (Collapse)AuthorAge
* Traverse through control dependencies.Gravatar Suharsh Sivakumar2018-05-10
| | | | PiperOrigin-RevId: 196139886
* Fix FreezeSavedModel to handle traversal of operations with multiple outputs.Gravatar Suharsh Sivakumar2018-05-09
| | | | PiperOrigin-RevId: 196055377
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* FreezeSavedModel support for ResourceVariables.Gravatar Suharsh Sivakumar2018-03-02
| | | | PiperOrigin-RevId: 187653676
* Merge changes from github.Gravatar Michael Case2018-02-07
| | | | PiperOrigin-RevId: 184897758
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-01-27
| | | | PiperOrigin-RevId: 183514731
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* FreezeSavedModel function: Get a frozen GraphDef, inputs, and outputs from a ↵Gravatar Suharsh Sivakumar2018-01-14
loaded SaveModelBundle. #14567 PiperOrigin-RevId: 181887870