aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/virtual_scheduler_test.cc
Commit message (Expand)AuthorAge
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Add two counters in Costs Struct for number of ops processed/predicted in tot...Gravatar Peter Ma2018-08-10
* Add a regression test for virtual_scheduler.Gravatar Max Galkin2018-02-22
* In VirtualScheduler, if there is a Recv without a Send, handle the Recv as anGravatar A. Unique TensorFlower2018-02-21
* Implement priority logic in CompositeNodeMangager, in case there're multipleGravatar A. Unique TensorFlower2018-01-02
* Make the analytical estimator and the virtual cluster own the ready_node_mana...Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* In FirstReady node manager, use node name as tie-breaker when multiple nodesGravatar A. Unique TensorFlower2017-12-22
* Add CompositeNodeManager for Grappler VirtualScheduler.Gravatar A. Unique TensorFlower2017-12-12
* (1) Make LIFO's GetCurrNode() returns the same node until RemoveCurrNode() isGravatar A. Unique TensorFlower2017-11-13
* Skip generating input / output properties for _Send and _Recv ops if those opsGravatar A. Unique TensorFlower2017-11-10
* Updated the virtual scheduler to use legal names when inserting Send/Recv nod...Gravatar Benoit Steiner2017-10-12
* Scheduler exports tensor size info to RunMetadata. In addition, tensor size h...Gravatar A. Unique TensorFlower2017-10-09
* Define OpContext and use it for OpLevelCostEstimator.Gravatar A. Unique TensorFlower2017-09-26
* FirstReadyManager for scheduling nodes in VirtualScheduler.Gravatar A. Unique TensorFlower2017-09-12
* Fix _Recv op caching for multi-output port ops in VirtualScheduler.Gravatar A. Unique TensorFlower2017-07-24
* Automated g4 rollback of changelist 162782896Gravatar Anna R2017-07-21
* Properly schedule merge nodes.Gravatar Benoit Steiner2017-07-21
* Fix _Recv op caching for multi-output port ops in VirtualScheduler.Gravatar A. Unique TensorFlower2017-07-21
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Add tensor sizes to Grappler's VirtualScheduler's RunMetadata output.Gravatar A. Unique TensorFlower2017-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Add item's graph to partition_graphs in virtual cluster's run method.Gravatar A. Unique TensorFlower2017-06-23
* Added LIFOManager to use LIFO approach of returning the next ready node.Gravatar A. Unique TensorFlower2017-06-19
* Make virtual scheduler potentially write summary information to stepstats_ va...Gravatar A. Unique TensorFlower2017-06-14
* Use unordered_set instead of set for tracking device memory. Reduces runtime ...Gravatar A. Unique TensorFlower2017-06-14
* Make device placement be determined only by virtual placer. Make virtual plac...Gravatar A. Unique TensorFlower2017-06-10
* Profile memory usage in VirtualScheduler and report peak memory usage.Gravatar A. Unique TensorFlower2017-06-06
* Don't use the _output_shape attribute in the op_level_cost_estimator sinceGravatar Benoit Steiner2017-06-02
* Implemented an initial version of virtual scheduler unit test.Gravatar A. Unique TensorFlower2017-06-01