Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dbenchmark_group.rs81 all_ids: Vec<InternalBenchmarkId>, field
242 all_ids: vec![], in new()
292 !self.all_ids.contains(&id), in run_bench()
357 self.all_ids.push(id); in run_bench()
382 if self.all_ids.len() > 1 && self.any_matched && self.criterion.mode.is_benchmark() { in drop()
390 &self.all_ids, in drop()
Dbenchmark.rs326 let mut all_ids = vec![]; in run() localVariable
367 all_ids.push(id); in run()
377 if all_ids.len() > 1 && any_matched && c.mode.is_benchmark() { in run()
379 .summarize(&report_context, &all_ids, c.measurement.formatter()); in run()
488 let mut all_ids = vec![]; in run() localVariable
537 all_ids.push(id); in run()
548 if all_ids.len() > 1 && any_matched && c.mode.is_benchmark() { in run()
550 .summarize(&report_context, &all_ids, c.measurement.formatter()); in run()
Dreport.rs358 all_ids: &[BenchmarkId],
/external/autotest/client/tests/profiler_sync/
Dprofiler_sync.py13 hostid, mainid, all_ids): argument
38 b2.rendezvous(*all_ids)
/external/rust/crates/criterion/src/html/
Dmod.rs406 all_ids: &[BenchmarkId], in summarize()
409 let all_ids = all_ids in summarize() localVariable
416 if all_ids.is_empty() { in summarize()
420 let group_id = all_ids[0].group_id.clone(); in summarize()
422 let data = self.load_summary_data(&context.output_directory, &all_ids); in summarize()
425 let mut value_strs = Vec::with_capacity(all_ids.len()); in summarize()
426 for id in all_ids { in summarize()
723 all_ids: &[&'a BenchmarkId], in load_summary_data()
725 all_ids in load_summary_data()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc526 std::vector<ValueId> all_ids = node.inputs; in AllocateMemoryForBuffers() local
527 all_ids.insert(all_ids.end(), node.outputs.begin(), node.outputs.end()); in AllocateMemoryForBuffers()
528 for (auto& tensor_id : all_ids) { in AllocateMemoryForBuffers()
567 std::vector<ValueId> all_ids = node.inputs; in AllocateMemoryForStrongShapes() local
568 all_ids.insert(all_ids.end(), node.outputs.begin(), node.outputs.end()); in AllocateMemoryForStrongShapes()
569 for (auto& tensor_id : all_ids) { in AllocateMemoryForStrongShapes()
/external/autotest/server/samples/
Dprofilertest.srv16 "hostid='%s', masterid='%s', all_ids=%s)")
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py1901 all_ids = array_ops.concat([labels_flat, sampled], 0)
1907 weights, all_ids, partition_strategy=partition_strategy)
1926 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.py3281 all_ids = sum([t.msgids for t in threads], [])
3282 self.assertEqual(len(set(all_ids)), len(all_ids))