aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_partition.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Enable Operation._add_control_inputs() with the C API and related improvementsGravatar Skye Wanderman-Milne2017-10-13
* Consolidating the code to fill the partition's function libraryGravatar A. Unique TensorFlower2017-07-27
* Sets the incarnation number even when the attribute is set.Gravatar A. Unique TensorFlower2017-07-26
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* Only assign new start times if start times have not already been setGravatar A. Unique TensorFlower2017-07-24
* During send_recv scheduling, ensure start_time for nodes is always increasingGravatar A. Unique TensorFlower2017-07-06
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* 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
* GraphManager::InitItem(): don't pass FunctionLibraryDefinition to Graph ctorGravatar Skye Wanderman-Milne2017-04-17
* Use break rather than return. This may improve device placement in some corne...Gravatar Yuan Yu2017-02-02
* Automated rollback of change 141675118Gravatar Yuan Yu2016-12-15
* Dedup multiple control edges from one partition to a single destination in an...Gravatar Yuan Yu2016-12-10
* Automated rollback of change 140521393Gravatar Dan Mané2016-11-30
* Dedup multiple control edges from one partition to a single destination in an...Gravatar Yuan Yu2016-11-29
* Handle partitioning of incomplete graphs gracefully.Gravatar Asim Shankar2016-11-08
* Split code to compute control flow structure of a graph out of graph_partitio...Gravatar A. Unique TensorFlower2016-10-31
* Small improvement of error messages.Gravatar Yuan Yu2016-10-25
* Generalize logic in graph_partition.cc to handle device/host memory copies fo...Gravatar A. Unique TensorFlower2016-09-15
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16
* Fix a bug in distributed execution of while loop.Gravatar Yuan Yu2016-08-01
* Fix a bug in the handling of Send/Recv of ref edge. The bug shows up in the c...Gravatar Yuan Yu2016-06-24
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Allow summarization of quantized types.Gravatar Vijay Vasudevan2016-05-13
* Hardening the error checking related to memory types.Gravatar A. Unique TensorFlower2016-02-11
* Moves MemoryType inference code out of OpKernel so that it can reused.Gravatar A. Unique TensorFlower2016-02-11
* Add RemoveNewDefaultAttrsFromGraphDef() for preparing a GraphDef forGravatar Josh Levenberg2016-02-02
* Change GraphDef versions to use version, min_consumer, min_producerGravatar Geoffrey Irving2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Improve gradient support for nested while loops and conditionals.Gravatar A. Unique TensorFlower2016-01-18
* Make Switch to always colocate with its data input. One main use of cond is c...Gravatar A. Unique TensorFlower2016-01-12
* A few small changes:Gravatar A. Unique TensorFlower2015-12-15
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-11
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-03
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Removal of large assets and small other fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06