Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexperiment.py876 hooks = monitors.replace_monitors_with_hooks(hooks, self._estimator)
Dmonitors.py1312 def replace_monitors_with_hooks(monitors_or_hooks, estimator): function
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py520 hooks = monitor_lib.replace_monitors_with_hooks(monitors, self)