aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tfprof/README.md
blob: 7faf2b9b24acfd71f0ffa6d4a8477a34ff3ed321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# tfprof: TensorFlow Profiler and Beyond

<h1>Please use `tf.profiler.xxx` instead of `tf.contrib.tfprof.xxx`</h1>
<h1>Full Document in <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/profiler/README.md">tensorflow/core/profiler/README.md</a><h1>

### Features

* Profile model architectures
  * parameters, tensor shapes, float operations, device placement, etc.
* Profile model performance
  * execution time, memory consumption
  * Profile multiple steps.
* Auto profile and advise.
  * accelerator utilization check
  * expensive operation check
  * operation configuration check
  * distributed runtime check (Not OSS)

### Interfaces

* Python API
* Command Line
* Visualization
* C++ API (Not public, contact us if needed.)