Refactoring: Use std::unique_ptr<> to maintain pointer ownership in more...
Refactoring: Use std::unique_ptr<> to maintain pointer ownership in more places in tensorflow::DirectSession and tensorflow::SimpleClientGraph. Remove unused func_defs in ExecutorsAndKeys. Fixes a few memory leaks on error paths. Change: 127425821
Loading
Please sign in to comment