Home
last modified time | relevance | path

Searched refs:step_begin (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors_test.py118 tensors = monitor.step_begin(step)
184 monitor.step_begin(step)
185 monitor.step_begin(step)
197 monitor.step_begin(step)
200 monitor.step_begin(step)
213 monitor.step_begin(step)
216 monitor.step_begin(19)
230 monitor.step_begin(step)
233 monitor.step_begin(16)
405 self.assertEqual(0, len(monitor.step_begin(step=step)))
[all …]
Dmonitors.py165 def step_begin(self, step): member in BaseMonitor
329 def step_begin(self, step): member in EveryN
343 super(EveryN, self).step_begin(step)
418 def step_begin(self, step): member in StopAtStep
419 super(StopAtStep, self).step_begin(step)
902 def step_begin(self, step): member in GraphDump
903 super(GraphDump, self).step_begin(step)
1138 def step_begin(self, step): member in CheckpointSaver
1139 super(CheckpointSaver, self).step_begin(step)
1279 monitor_requests = m.step_begin(self._last_step)
Dgraph_actions_test.py90 def step_begin(self, step): member in _BaseMonitorWrapper
92 return super(_BaseMonitorWrapper, self).step_begin(step)
Dgraph_actions.py113 tensors += monitor.step_begin(step)
/external/clang/include/clang/Sema/
DInitialization.h952 step_iterator step_begin() const { return Steps.begin(); } in step_begin() function
956 step_range steps() const { return {step_begin(), step_end()}; } in steps()
/external/clang/lib/Sema/
DSemaInit.cpp3730 if (Sequence.step_begin() != Sequence.step_end()) in TryReferenceListInitialization()
6371 for (step_iterator Step = step_begin(), StepEnd = step_end(); in Perform()
7575 for (step_iterator S = step_begin(), SEnd = step_end(); S != SEnd; ++S) { in dump()
7576 if (S != step_begin()) { in dump()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py288 def step_begin(self, step): member in CheckCallsMonitor