Searched refs:ProfilerHook (Results 1 – 12 of 12) sorted by relevance
10 For example the `ProfilerHook` periodically collects `RunMetadata` after16 from tensorflow.contrib.hooks import ProfilerHook18 hooks = [ProfilerHook(save_secs=30, output_dir="profiling")]27 hooks = [ProfilerHook(save_steps=10, output_dir="profiling")]
23 ProfilerHook = basic_session_run_hooks.ProfilerHook # pylint: disable=invalid-name variable
22 from tensorflow.contrib.hooks.python.training.profiler_hook import ProfilerHook
1 path: "tensorflow.estimator.ProfilerHook"3 is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.ProfilerHook\'>"
128 name: "ProfilerHook"
1 path: "tensorflow.train.ProfilerHook"3 is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.ProfilerHook\'>"
140 name: "ProfilerHook"
1491 basic_session_run_hooks.ProfilerHook(save_secs=10, save_steps=20)1496 basic_session_run_hooks.ProfilerHook(save_secs=None, save_steps=None)1500 hook = basic_session_run_hooks.ProfilerHook(1511 hook = basic_session_run_hooks.ProfilerHook(1535 hook = basic_session_run_hooks.ProfilerHook(1543 hook = basic_session_run_hooks.ProfilerHook(1563 hook = basic_session_run_hooks.ProfilerHook(
69 from tensorflow.python.training.basic_session_run_hooks import ProfilerHook
980 class ProfilerHook(session_run_hook.SessionRunHook): class