Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py52 def on_execution(self, execution_index, execution): argument
91 execution_index=None, argument
100 self._execution_index = execution_index
132 def execution_index(self): member in InfNanAlert
153 execution_index=None, argument
188 execution_index=execution_index,
197 execution_index=None, argument
228 execution_index=execution_index,
241 execution_index=execution_index,
255 execution_index=execution_index,
[all …]
Ddebug_events_monitors_test.py45 def on_execution(self, execution_index, execution): argument
46 if execution_index in self.executions:
47 raise ValueError("Duplicate execution index: %d" % execution_index)
48 self.executions[execution_index] = execution
216 execution_index=777,
225 self.assertEqual(alert.execution_index, 777)
261 self.assertEqual(alert.execution_index, 50)
306 self.assertEqual(alert.execution_index, 60)
379 self.assertEqual(alert.execution_index, 70)
404 self.assertIsNone(alert.execution_index)
[all …]
/external/federated-compute/fcp/client/
Dfake_log_manager.h34 int execution_index, int epoch_index, in LogToLongHistogram() argument
Dlog_manager.h42 int execution_index, int epoch_index,