aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/graph_runner.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Don't initialize global threadpool in GraphRunner.Gravatar Skye Wanderman-Milne2018-04-09
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-04
* Code cleanup: Made Executor related API take std::unique_ptr<const Graph> ins...Gravatar Mingsheng Hong2018-02-13
* Fix SIGSEGV in GraphRunner::Run when called with a function library for a non...Gravatar A. Unique TensorFlower2017-10-25
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Cleaned up the includes of the graph runner.Gravatar Benoit Steiner2017-05-10
* Switch DirectSession to use _Arg and _Retval ops for feeding and fetching.Gravatar Derek Murray2017-04-20
* Does a deep copy of the tensors output from GraphRunner::Run(...)Gravatar Vinu Rajashekhar2017-04-10
* Makes GraphRunner a class to explicitly control it's lifetime.Gravatar Vinu Rajashekhar2017-03-31
* Perform constant folding in the calling thread, rather than using a singleton...Gravatar Peter Hawkins2016-11-02
* Cleanup and consolidation: Add a GraphRunner::Run function runs aGravatar Vijay Vasudevan2016-09-15