Home
last modified time | relevance | path

Searched refs:ts0 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dreroute.py41 def _check_ts_compatibility(ts0, ts1): argument
51 ts0 = _util.make_list_of_t(ts0)
53 if len(ts0) != len(ts1):
55 len(ts0), len(ts1)))
56 for t0, t1 in zip(ts0, ts1):
135 def _reroute_ts(ts0, ts1, mode, can_modify=None, cannot_modify=None): argument
181 ts0 = _util.make_list_of_t(ts0)
183 _check_ts_compatibility(ts0, ts1)
191 for t0, t1 in zip(ts0, ts1):
195 for t0, t1, consumers in zip(ts0, ts1, precomputed_consumers):
[all …]
/external/compiler-rt/test/tsan/
Dcond_version.c20 struct timespec ts0, ts1, ts2; in main() local
29 clock_gettime(CLOCK_MONOTONIC, &ts0); in main()
30 ts1 = ts0; in main()
41 ((u64)ts0.tv_sec * 1000000000 + ts0.tv_nsec); in main()
/external/python/cpython3/Lib/test/
Ddatetimetester.py5652 ts0 = dt.timestamp()
5654 self.assertEqual(ts0, s0 + ss / 2)