Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofile_context_test.py50 with profile_context.ProfileContext(test.get_temp_dir()) as pctx:
86 with profile_context.ProfileContext(test.get_temp_dir(), debug=True):
107 with profile_context.ProfileContext(test.get_temp_dir(),
117 with profile_context.ProfileContext(test.get_temp_dir()) as pctx:
Dmodel_analyzer_test.py88 with profile_context.ProfileContext(test.get_temp_dir(),
217 with profile_context.ProfileContext(test.get_temp_dir(),
644 with profile_context.ProfileContext(profile_dir,
Dprofile_context.py113 class ProfileContext(object): class