aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/costmodel.cc
Commit message (Expand)AuthorAge
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-27
* Skip the node that has unexpected number of outputs.Gravatar Yuefeng Zhou2018-02-02
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* In the TF cost model, ensure when id grows, records for each op's outputs mat...Gravatar Yuefeng Zhou2018-01-25
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Fixed the cost model to return an unknown shape instead of returning the shap...Gravatar Benoit Steiner2017-05-25
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Add interfaces in OpKernelContext and ResourceBase for tracking persistent st...Gravatar Yuefeng Zhou2017-03-01
* Record kernel's host memory and device memory in cost model.Gravatar Yuefeng Zhou2017-02-08
* Fix the logic for skipping warmup steps in cost model.Gravatar Yao Zhang2017-01-30
* Infer minimum memory usage from tensor shapes and types. This makes it possibleGravatar Benoit Steiner2016-10-25
* Added the data type to the cost graphGravatar Benoit Steiner2016-10-14
* Add tensor output shapes to CostGraphDef.Gravatar A. Unique TensorFlower2016-10-07
* Add compute costs to the stats that are exported to the cost graphGravatar Benoit Steiner2016-09-22
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Include control edges in cost model.Gravatar A. Unique TensorFlower2016-05-27
* Add the ability to return the cost model to the client as part of run metadata.Gravatar Yuan Yu2016-05-18
* Integrate the memory optimizer from the OR team and cost model.Gravatar Yuan Yu2016-04-28
* Record the maximum execution time of each node in a tensorflow graph in theGravatar Benoit Steiner2016-04-04
* Switch Docker instructions to always `--pull` on build.Gravatar Craig Citro2016-03-24
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06