aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/remote_fused_graph_execute_utils.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Remove proto header include in core/kernels.Gravatar Yifei Feng2018-04-22
* PiperOrigin-RevId: 170752644Gravatar A. Unique TensorFlower2017-10-02
* Add a way to fuse a graph by remote graph executor so that users don't need t...Gravatar A. Unique TensorFlower2017-07-18
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* 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
* Support two data types as inputs in RemoteFusedGraphExecuteOpGravatar A. Unique TensorFlower2017-04-11
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
* 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
* Use or explicitly ignore tensorflow::Status objects.Gravatar Justin Lebar2017-03-14
* 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