STT-tensorflow/tensorflow/tools
A. Unique TensorFlower 1e59f00c48 Extend tfprof to associate op stats with Python codes.
It's backward compatible. Stats of a source code line
are aggregated from all ops created by that line.

A example.
_TFProfRoot (0us/22.44ms)
  model_analyzer_test.py:149:run_filename_as_m...:none (0us/22.44ms)
    model_analyzer_test.py:33:_run_code_in_main:none (0us/22.44ms)
      model_analyzer_test.py:208:<module>:test.main() (0us/22.44ms)
        model_analyzer_test.py:132:testComplexCodeView:x = lib.BuildFull... (0us/22.44ms)
          model_analyzer_testlib.py:63:BuildFullModel:return sgd_op.min... (0us/21.83ms)
          model_analyzer_testlib.py:54:BuildFullModel:seq.append(array_... (0us/254us)
            model_analyzer_testlib.py:42:BuildSmallModel:x = nn_ops.conv2d... (0us/134us)
            ...
          model_analyzer_testlib.py:61:BuildFullModel:loss = nn_ops.l2_... (0us/28us)
        model_analyzer_test.py:134:testComplexCodeView:sess.run(variable... (0us/0us)
Change: 155258346
2017-05-05 17:30:49 -07:00
..
api Merge changes from github. 2017-05-05 10:26:00 -07:00
benchmark fixed a bug passing two flag values: show_type and show_summary, they currently override the value of show_time 2017-05-03 10:03:55 -07:00
ci_build Merge changes from github. 2017-05-05 10:26:00 -07:00
common Merge changes from github. 2017-05-05 10:26:00 -07:00
compatibility Merge changes from github. 2017-05-05 10:26:00 -07:00
dist_test tfdbg: internal-only changes 2017-05-02 20:10:03 -07:00
docker Merge changes from github. 2017-05-05 10:26:00 -07:00
docs Merge changes from github. 2017-05-05 10:26:00 -07:00
gcs_test Fix issue in installing latest nightly tensorflow pip wheel in ubuntu:16.04-based gcs_test Dockerfile 2017-03-31 11:30:36 -07:00
git Fix lint issues after pull. 2017-03-24 12:26:57 -07:00
graph_transforms Merge changes from github. 2017-05-05 10:26:00 -07:00
lib_package Release: Package public API protocol buffer files into an archive 2017-04-17 11:28:09 -07:00
pip_package Merge changes from github. 2017-05-05 10:26:00 -07:00
proto_text Internal-only changes 2017-03-01 12:31:37 -08:00
quantization Merge changes from github. 2017-05-05 10:26:00 -07:00
swig Merge changes from github. 2016-10-28 11:38:26 -07:00
test Merge changes from github. 2017-04-04 17:24:57 -07:00
tfprof Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
__init__.py TensorFlow: Upstream a batch of changes to git. 2015-11-09 18:42:53 -08:00