aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler/internal
Commit message (Expand)AuthorAge
* Optimize idempotent ops, e.g., Snapshot(Snapshot(x)) => Snapshot(x)Gravatar A. Unique TensorFlower2018-05-04
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Enable a no longer flaky test.Gravatar A. Unique TensorFlower2018-01-18
* Dynamically print helper message based on user queries.Gravatar A. Unique TensorFlower2018-01-17
* Does not use constants for zeros/ones.Gravatar Alexandre Passos2018-01-05
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Fix a tfprof bug. Throws an error when the flops cannot be calculated.Gravatar A. Unique TensorFlower2017-10-27
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Convert cells to OO-based to reduce call() overheadGravatar A. Unique TensorFlower2017-10-03
* Add a lot of operations' flops calculationsGravatar A. Unique TensorFlower2017-09-11
* Some profiler fixes and cleanup.Gravatar A. Unique TensorFlower2017-09-08
* Unify all profile files (graph,run_meta,op_log) into one.Gravatar A. Unique TensorFlower2017-09-06
* BUILD cleanup in tensorflow/python/...Gravatar A. Unique TensorFlower2017-08-16
* 1. Adjust code view pprof image to better visualize backprop.Gravatar A. Unique TensorFlower2017-08-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Allow for platform specific implementations of gpu_tracer.Gravatar A. Unique TensorFlower2017-07-18
* Follow up changes of tfprof migration:Gravatar A. Unique TensorFlower2017-07-06
* Migrating tfprof python API to tensorflow/python/profilerGravatar A. Unique TensorFlower2017-07-04