19 lines
807 B
Python
19 lines
807 B
Python
|
# This file is MACHINE GENERATED! Do not edit.
|
||
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
||
|
"""Public API for tf.profiler namespace.
|
||
|
"""
|
||
|
|
||
|
from __future__ import print_function
|
||
|
|
||
|
from tensorflow.python.profiler.model_analyzer import Profiler
|
||
|
from tensorflow.python.profiler.model_analyzer import advise
|
||
|
from tensorflow.python.profiler.model_analyzer import profile
|
||
|
from tensorflow.python.profiler.option_builder import ProfileOptionBuilder
|
||
|
from tensorflow.python.profiler.profiler import AdviceProto
|
||
|
from tensorflow.python.profiler.profiler import GraphNodeProto
|
||
|
from tensorflow.python.profiler.profiler import MultiGraphNodeProto
|
||
|
from tensorflow.python.profiler.profiler import OpLogProto
|
||
|
from tensorflow.python.profiler.profiler import write_op_log
|
||
|
|
||
|
del print_function
|