Home
last modified time | relevance | path

Searched refs:print_mdl (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py35 from tensorflow.python.util import _pywrap_tfprof as print_mdl unknown
183 print_mdl.NewProfiler(
187 print_mdl.DeleteProfiler()
203 self._coverage = print_mdl.AddStep(step, _graph_string(self._graph),
223 print_mdl.Profile('code'.encode('utf-8'), opts.SerializeToString()))
240 print_mdl.Profile('op'.encode('utf-8'), opts.SerializeToString()))
257 print_mdl.Profile('scope'.encode('utf-8'), opts.SerializeToString()))
274 print_mdl.Profile('graph'.encode('utf-8'), opts.SerializeToString()))
290 print_mdl.Profile('advise'.encode('utf-8'), opts.SerializeToString()))
302 return print_mdl.SerializeToString()
[all …]
Dprofile_context.py33 from tensorflow.python.util import _pywrap_tfprof as print_mdl unknown
357 print_mdl.DeleteProfiler()
/external/tensorflow/tensorflow/python/profiler/internal/
Dmodel_analyzer_testlib.py34 from tensorflow.python.util import _pywrap_tfprof as print_mdl unknown
108 print_mdl.ProfilerFromFile(compat.as_bytes(profile_file))
111 print_mdl.DeleteProfiler()