Merge pull request #23008 from tensorflow:ChrisAntaki-patch-1

PiperOrigin-RevId: 218169993
This commit is contained in:
TensorFlower Gardener 2018-10-22 08:19:50 -07:00
commit ffea4ef880

View File

@ -1,24 +1,25 @@
# 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>
<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)
* 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.)
* Python API
* Command Line
* Visualization