Home
last modified time | relevance | path

Searched refs:all_ids (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/tests/profiler_sync/
Dprofiler_sync.py13 hostid, masterid, all_ids): argument
38 b2.rendezvous(*all_ids)
/external/autotest/server/samples/
Dprofilertest.srv16 "hostid='%s', masterid='%s', all_ids=%s)")
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py1708 all_ids = array_ops.concat([labels_flat, sampled], 0)
1714 weights, all_ids, partition_strategy=partition_strategy)
1733 biases, all_ids, partition_strategy=partition_strategy)
/external/python/cpython2/Lib/email/test/
Dtest_email.py2435 all_ids = sum([t.msgids for t in threads], [])
2436 self.assertEqual(len(set(all_ids)), len(all_ids))
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3246 all_ids = sum([t.msgids for t in threads], [])
3247 self.assertEqual(len(set(all_ids)), len(all_ids))