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.py834 return self._sess.run_step_fn(step_fn, self._tf_sess(), run_with_hooks=None)
859 def run_with_hooks(self, *args, **kwargs): member in _MonitoredSession.StepContext
1202 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument
1206 run_with_hooks = run_with_hooks or self.run
1207 return step_fn(_MonitoredSession.StepContext(raw_session, run_with_hooks))
1297 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument
1303 run_with_hooks = self._sess.run
1304 return self._sess.run_step_fn(step_fn, raw_session, run_with_hooks)
Dmonitored_session_test.py1053 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1086 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1119 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1201 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1236 return step_context.run_with_hooks(fetches=v, feed_dict={c: value})
1917 value = step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2})
1989 return step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2})
2049 return step_context.run_with_hooks(fetches=stage_1_1)
2080 return step_context.run_with_hooks(fetches=stage_1_1)
2121 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"