Home | History | Annotate | Download | only in tfprof

Lines Matching refs:profiler

26 from tensorflow.python.profiler import tfprof_logger
27 from tensorflow.python.profiler.model_analyzer import advise as _advise
28 from tensorflow.python.profiler.model_analyzer import ALL_ADVICE
29 from tensorflow.python.profiler.model_analyzer import profile as _profile
30 from tensorflow.python.profiler.model_analyzer import Profiler
31 from tensorflow.python.profiler.profile_context import ProfileContext
104 'Use `tf.profiler.advise(graph, run_meta, options)`. See README.md')
110 'Use `tf.profiler.profile(graph, run_meta, op_log, cmd, options)`. '
111 'Build `options` with `tf.profiler.ProfileOptionBuilder`. '