Home
last modified time | relevance | path

Searched defs:execution_index (Results 1 – 3 of 3) 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
132 def execution_index(self): member in InfNanAlert
153 execution_index=None, argument
197 execution_index=None, argument
259 execution_index, argument
Ddebug_events_monitors_test.py45 def on_execution(self, execution_index, execution): argument
/external/federated-compute/fcp/client/
Dfake_log_manager.h34 int execution_index, int epoch_index, in LogToLongHistogram()