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\'>"
156 name: "ProfilerHook"
1 path: "tensorflow.train.ProfilerHook"3 is_instance: "<class \'tensorflow.python.training.basic_session_run_hooks.ProfilerHook\'>"
144 name: "ProfilerHook"
1530 basic_session_run_hooks.ProfilerHook(save_secs=10, save_steps=20)1535 basic_session_run_hooks.ProfilerHook(save_secs=None, save_steps=None)1539 hook = basic_session_run_hooks.ProfilerHook(1550 hook = basic_session_run_hooks.ProfilerHook(1574 hook = basic_session_run_hooks.ProfilerHook(1582 hook = basic_session_run_hooks.ProfilerHook(1602 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