Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py794 return self._sess.run_step_fn(step_fn, self._tf_sess(), run_with_hooks=None)
819 def run_with_hooks(self, *args, **kwargs): member in _MonitoredSession.StepContext
1159 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument
1163 run_with_hooks = run_with_hooks or self.run
1164 return step_fn(_MonitoredSession.StepContext(raw_session, run_with_hooks))
1254 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument
1260 run_with_hooks = self._sess.run
1261 return self._sess.run_step_fn(step_fn, raw_session, run_with_hooks)
Dmonitored_session_test.py1007 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1040 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1073 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1155 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1190 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1871 value = step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2})
1943 return step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2})
2003 return step_context.run_with_hooks(fetches=stage_1_1)
2034 return step_context.run_with_hooks(fetches=stage_1_1)
2075 return step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2})
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-singular-monitored-session.-step-context.pbtxt18 name: "run_with_hooks"
Dtensorflow.train.-monitored-session.-step-context.pbtxt18 name: "run_with_hooks"