Home
last modified time | relevance | path

Searched refs:stop_at_ts (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dselect_test.py210 stop_at_ts = (self.f,)
222 stop_at_ts=stop_at_ts)
232 stop_at_ts=stop_at_ts)
240 stop_at_ts=stop_at_ts)
263 stop_at_ts = (self.f,)
272 stop_at_ts=stop_at_ts)
281 stop_at_ts=stop_at_ts)
/external/tensorflow/tensorflow/contrib/graph_editor/
Dselect.py387 stop_at_ts=(), argument
423 stop_at_ts = frozenset(util.make_list_of_t(stop_at_ts))
439 if new_t in stop_at_ts:
459 stop_at_ts=(), argument
492 stop_at_ts = frozenset(util.make_list_of_t(stop_at_ts))
509 if new_t in stop_at_ts: