aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/step_stats_collector.cc
Commit message (Expand)AuthorAge
* Putting `NodeExecStatsWrapper` behind an interface and providing a light-weig...Gravatar Jiri Simsa2018-09-18
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-09-04
* Move stats collection presentation-layer logic inside NodeExecStatsWrapper.Gravatar Derek Murray2018-08-16
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Use NodeExecStats's output_slot field to identify output instead of just usin...Gravatar Yuefeng Zhou2018-02-28
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Automated g4 rollback of changelist 175563786Gravatar A. Unique TensorFlower2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Replace CHECK() with a WARNING in StepStatsCollector so that Save after Final...Gravatar A. Unique TensorFlower2017-10-09
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* The GPU devices have been renamed devices:GPU. Update the code accordinglyGravatar Benoit Steiner2017-08-29
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* 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 code that looks up the hardware node stats. If an op is implemented byGravatar Yao Zhang2017-02-01
* Fix the logic for skipping warmup steps in cost model.Gravatar Yao Zhang2017-01-30
* Set a max number of collected NodeExecStats in StepStatsCollector.Gravatar Suharsh Sivakumar2016-11-15
* Added the data type to the cost graphGravatar Benoit Steiner2016-10-14
* Add tensor output shapes to CostGraphDef.Gravatar A. Unique TensorFlower2016-10-07
* Use hardware stats to build the cost model for operations that run on GPUGravatar Benoit Steiner2016-09-21
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* 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
* Change: 111542313Gravatar Vijay Vasudevan2016-01-06
* Split out platform-independent stats collection code from tracing.h.Gravatar Derek Murray2016-01-06