HomeSort by relevance Sort by last modified time
    Searched refs:ProfilerHook (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/hooks/python/training/
profiler_hook.py 15 """Placeholder of ProfilerHook for backward compatibility."""
23 ProfilerHook = basic_session_run_hooks.ProfilerHook # pylint: disable=invalid-name
__init__.py 22 from tensorflow.contrib.hooks.python.training.profiler_hook import ProfilerHook
  /external/tensorflow/tensorflow/python/training/
basic_session_run_hooks_test.py     [all...]
training.py 84 @@ProfilerHook
153 from tensorflow.python.training.basic_session_run_hooks import ProfilerHook
basic_session_run_hooks.py 25 @@ProfilerHook
826 @tf_export("train.ProfilerHook")
827 class ProfilerHook(session_run_hook.SessionRunHook):
871 raise RuntimeError("Global step should be created to use ProfilerHook.")
    [all...]

Completed in 301 milliseconds