aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/memmapped_file_system_writer.cc
Commit message (Collapse)AuthorAge
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
| | | | PiperOrigin-RevId: 157483181
* TensorFlow: minor change functions in Env interface.Gravatar Vijay Vasudevan2016-06-16
| | | | | | | | | | Switches to return a std::unique_ptr<> to convey transfer of ownership. Keeps existing functions temporarily for backwards compatibility. Change file_system.h interface to switch entirely to the new interface, change all callers. If this breaks someone in the public, the interface change should be straightforward. Change: 125127028
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Fixed compilation warningGravatar Benoit Steiner2016-04-20
| | | | Change: 120389579
* Added a format for saving an inference graph that can be memmapped and an ↵Gravatar A. Unique TensorFlower2016-04-18
utility to convert a freezed graph into this format. Change: 120128412