aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_partition_test.cc
Commit message (Expand)AuthorAge
* Make GraphConstructor create nodes in the same order as the GraphDef.Gravatar Skye Wanderman-Milne2018-05-31
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Fully qualify string methods to avoid future conflicts with Abseil.Gravatar A. Unique TensorFlower2018-01-16
* Remove using directives. Test appertaining to ops have been moved into namesp...Gravatar A. Unique TensorFlower2018-01-02
* Bump min graph consumer version when adding functions to itGravatar Igor Ganichev2017-10-06
* Basic while loop gradient functionality in C++Gravatar Skye Wanderman-Milne2017-09-27
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Sets the incarnation number even when the attribute is set.Gravatar A. Unique TensorFlower2017-07-26
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* 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
* GraphManager::InitItem(): don't pass FunctionLibraryDefinition to Graph ctorGravatar Skye Wanderman-Milne2017-04-17
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Fix broken test buildsGravatar Asim Shankar2017-02-01
* C++ API changesGravatar Manjunath Kudlur2017-02-01
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-18
* Automated rollback of change 144776821Gravatar A. Unique TensorFlower2017-01-17
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-17
* 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
* Always fully initialize PartitionOpts.Gravatar Asim Shankar2016-11-15
* Handle partitioning of incomplete graphs gracefully.Gravatar Asim Shankar2016-11-08
* Improvements to the C++ graph building API.Gravatar Manjunath Kudlur2016-07-15
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Remove no-longer-needed RequireDefaultOps().Gravatar Josh Levenberg2016-02-25
* TensorFlow: change int -> size_t to silence warningGravatar Vijay Vasudevan2016-02-09
* Change GraphDef versions to use version, min_consumer, min_producerGravatar Geoffrey Irving2016-01-26
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* A few small changes:Gravatar A. Unique TensorFlower2015-12-15
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06