aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler
Commit message (Expand)AuthorAge
* Add blacklist ops to PinToHostOptimizer. Fix test.Gravatar A. Unique TensorFlower2018-09-23
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Add a method for getting in-memory profiles from ProfileContextsGravatar A. Unique TensorFlower2018-07-20
* Fix model_analyzer_test_gpuGravatar A. Unique TensorFlower2018-07-16
* Disable broken model_analyzer_testGravatar Gunhan Gulsoy2018-07-14
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Optimize idempotent ops, e.g., Snapshot(Snapshot(x)) => Snapshot(x)Gravatar A. Unique TensorFlower2018-05-04
* Simplified the implementation of shape_n since the optimized code path isn't ...Gravatar Benoit Steiner2018-05-03
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add export calls for protos.Gravatar Anna R2018-02-09
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Automated g4 rollback of changelist 183273334Gravatar Eugene Brevdo2018-01-25
* 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
* tfprof support for eager.Gravatar A. Unique TensorFlower2018-01-12
* Initialize context handle before enable_run_metadata.Gravatar A. Unique TensorFlower2018-01-12
* Fix a deadlock condition when session are run in multiple thread and depend onGravatar A. Unique TensorFlower2018-01-10
* profiler C++ API.Gravatar A. Unique TensorFlower2018-01-09
* Does not use constants for zeros/ones.Gravatar Alexandre Passos2018-01-05
* Adds XLA support for tf.nn.dynamic_rnnGravatar A. Unique TensorFlower2017-12-12
* Make profiler memory profiling work with tf.while_loopGravatar A. Unique TensorFlower2017-12-08
* tfdbg: Add protocol for sending tracebacks and source code to debug serverGravatar Shanqing Cai2017-12-06
* Apply oss_serial tag to tests that use portpicker to create local clustersGravatar Shanqing Cai2017-12-04
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Fix profiler to track some missed persistent bytes.Gravatar A. Unique TensorFlower2017-11-30
* A few profiler improvements.Gravatar A. Unique TensorFlower2017-11-14
* OOM error with allocation information.Gravatar A. Unique TensorFlower2017-11-13
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* A few profiler improvementsGravatar A. Unique TensorFlower2017-10-30
* Fix a tfprof bug. Throws an error when the flops cannot be calculated.Gravatar A. Unique TensorFlower2017-10-27
* A few profiler improvements.Gravatar A. Unique TensorFlower2017-10-12
* Optimize gradients for MeanGravatar A. Unique TensorFlower2017-10-11
* 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
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Fix the profiler copy.baraGravatar A. Unique TensorFlower2017-09-16
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Tweak profiler for the UIGravatar A. Unique TensorFlower2017-08-28
* Fix flakyness, sometimes the op takes ms to run.Gravatar A. Unique TensorFlower2017-08-18
* BUILD cleanup in tensorflow/python/...Gravatar A. Unique TensorFlower2017-08-16
* 1. Support profiling nodes in RunMetadata but not in GraphDef.Gravatar A. Unique TensorFlower2017-08-15
* 1. Adjust code view pprof image to better visualize backprop.Gravatar A. Unique TensorFlower2017-08-15