Home
last modified time | relevance | path

Searched refs:_StopAfterNEvalsHook (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Devaluation_test.py130 evaluation._StopAfterNEvalsHook(1),
166 evaluation._StopAfterNEvalsHook(None),
192 final_hooks = [evaluation._StopAfterNEvalsHook(num_evals),]
228 hooks=[evaluation._StopAfterNEvalsHook(num_evals),])
Devaluation.py134 class _StopAfterNEvalsHook(session_run_hook.SessionRunHook): class
253 if isinstance(h, (_StopAfterNEvalsHook, _MultiStepStopAfterNEvalsHook)):
/external/tensorflow/tensorflow/contrib/training/python/training/
Devaluation.py163 StopAfterNEvalsHook = evaluation._StopAfterNEvalsHook
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py2620 evaluation._StopAfterNEvalsHook( # pylint: disable=protected-access