Searched refs:run_with_hooks (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | monitored_session.py | 838 return self._sess.run_step_fn(step_fn, self._tf_sess(), run_with_hooks=None) 863 def run_with_hooks(self, *args, **kwargs): member in _MonitoredSession.StepContext 1230 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument 1234 run_with_hooks = run_with_hooks or self.run 1235 return step_fn(_MonitoredSession.StepContext(raw_session, run_with_hooks)) 1325 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument 1331 run_with_hooks = self._sess.run 1332 return self._sess.run_step_fn(step_fn, raw_session, run_with_hooks)
|
H A D | monitored_session_test.py | 1090 return step_context.run_with_hooks(fetches=v, feed_dict={c: value}) 1123 return step_context.run_with_hooks(fetches=v, feed_dict={c: value}) 1156 return step_context.run_with_hooks(fetches=v, feed_dict={c: value}) 1238 return step_context.run_with_hooks(fetches=v, feed_dict={c: value}) 1273 return step_context.run_with_hooks(fetches=v, feed_dict={c: value}) 1954 value = step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2}) 2026 return step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2}) 2086 return step_context.run_with_hooks(fetches=stage_1_1) 2117 return step_context.run_with_hooks(fetches=stage_1_1) 2158 return step_context.run_with_hooks(fetches=v, feed_dict={c: 3.2}) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/ |
H A D | tensorflow.train.-singular-monitored-session.-step-context.pbtxt | 18 name: "run_with_hooks"
|
H A D | tensorflow.train.-monitored-session.-step-context.pbtxt | 18 name: "run_with_hooks"
|