STT-tensorflow/tensorflow/python/profiler/__init__.py
A. Unique TensorFlower af23ae65db Migrating tfprof python API to tensorflow/python/profiler
Migrating tfprof c++ to tensorflow/core/profiler

API changes:
New tf.profiler namespace.

Within tf.profiler namespace:
tf.profiler.advise  # One-shot advise function
tf.profiler.profile  # One-shot profile function
tf.profiler.Profiler  # Multi-step profile/advise class
tf.profiler.write_op_log  # Write profile for offline analysis

PiperOrigin-RevId: 160901831
2017-07-04 10:23:59 -07:00

0 lines
Python