aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/remote_fused_graph_execute_utils.h
Commit message (Expand)AuthorAge
* Remove proto header include in core/kernels.Gravatar Yifei Feng2018-04-22
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Add a way to fuse a graph by remote graph executor so that users don't need t...Gravatar A. Unique TensorFlower2017-07-18
* Add a functionality of remote fused graph transformation to fuse graphs by op...Gravatar A. Unique TensorFlower2017-06-27
* Generarize TF HVX runtime in order to benchmark models on HVXGravatar A. Unique TensorFlower2017-06-15
* Add graph transform rewriter to place arguments to fuse remote graphGravatar A. Unique TensorFlower2017-05-23
* Add graph transform rewriter for remote fused graphGravatar A. Unique TensorFlower2017-05-18
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Add utilities to fuse specified nodes as remote fused graph nodesGravatar A. Unique TensorFlower2017-05-10
* Move all parameters of remote graph execution to NodeDef instead of additiona...Gravatar A. Unique TensorFlower2017-03-30
* Put shape and type information into NodeDef to simplify GraphTransfererGravatar A. Unique TensorFlower2017-03-28
* Add a utility to put shape and type information to NodeDef for RemoteFusedGra...Gravatar A. Unique TensorFlower2017-03-13
* Factor out shape inference propagation to RemoteFusedGraphExecuteUtilsGravatar A. Unique TensorFlower2017-03-13
* Add end-to-end test for RemoteFusedGraphExecuteOpGravatar A. Unique TensorFlower2017-03-13
* Factor-out dryrun functionalities from graph_transfer_utils to remote_fused_g...Gravatar A. Unique TensorFlower2017-03-03
* Add a registry for remote fused graph executor to remove dependency from Remo...Gravatar A. Unique TensorFlower2017-02-24