Searched refs:ProfilerHook (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.estimator.ProfilerHook"3 is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.ProfilerHook\'>"
1 path: "tensorflow.train.ProfilerHook"3 is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.ProfilerHook\'>"
156 name: "ProfilerHook"
140 name: "ProfilerHook"
1532 basic_session_run_hooks.ProfilerHook(save_secs=10, save_steps=20)1537 basic_session_run_hooks.ProfilerHook(save_secs=None, save_steps=None)1541 hook = basic_session_run_hooks.ProfilerHook(1552 hook = basic_session_run_hooks.ProfilerHook(1576 hook = basic_session_run_hooks.ProfilerHook(1584 hook = basic_session_run_hooks.ProfilerHook(1604 hook = basic_session_run_hooks.ProfilerHook(
72 from tensorflow.python.training.basic_session_run_hooks import ProfilerHook
999 class ProfilerHook(session_run_hook.SessionRunHook): class