aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/graph_execution_state.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
* Automated rollback of commit 73a3477356990f2451e220f553c9d7782df836acGravatar Ayush Dubey2018-08-30
* Initialize collective_graph_key based on the graph if unspecified in RunOptions.Gravatar Ayush Dubey2018-08-30
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* [C++]: Ability to feed and fetch tensors while keeping them in device memoryGravatar Asim Shankar2018-06-28
* Add DeviceSet to SingleMachine, so we can use the OptimizeGraph() tool to callGravatar Guangda Lai2018-06-15
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Optimize functions in the function library.Gravatar A. Unique TensorFlower2018-04-26
* Create specialized functions in optimized graph for each function instantiati...Gravatar A. Unique TensorFlower2018-04-18
* Add CallableOptions.tensor_connection for feeding a tensor to another tensor.Gravatar Derek Murray2018-04-06
* Refactor pruning code to support custom node rewrites for feeds and fetches.Gravatar Derek Murray2018-03-21
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Internal change.Gravatar Mingsheng Hong2018-03-01
* Skip unknown devices since we can't optimize for themGravatar Benoit Steiner2018-02-01
* Run optimizers even if we can't detect the CPU device: constant folding willGravatar Benoit Steiner2017-11-02
* SimpleGraphExecutionState -> GraphExecutionStateGravatar Suharsh Sivakumar2017-09-07