Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dvts_spec_utils.py103 return sorted(imported_hals)
128 return sorted(imported_hals)
144 return sorted(vts_spec_names)
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DTopK.java69 PriorityQueue<Pair<Integer, Float>> sorted = new PriorityQueue<Pair<Integer, Float>>( in EvaluateAccuracy() local
80 sorted.add(new Pair<>(index, probabilities[index])); in EvaluateAccuracy()
85 Pair<Integer, Float> top = sorted.remove(); in EvaluateAccuracy()
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
Dprojects.cfg4 # Please keep the list sorted by project id!
Dservices.cfg4 # Please keep the list sorted by id.
Dschemas.cfg4 # Please keep this list sorted by schema name.
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/
Dprojects.cfg4 # Please keep the list sorted by project id!
Dservices.cfg4 # Please keep the list sorted by id.
Dschemas.cfg4 # Please keep this list sorted by schema name.
/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py183 (partition, " ".join(sorted(violation_list)))))
282 " ".join(sorted(violation_list))))
Dvts_treble_sys_prop_test.py245 (partition, " ".join(sorted(violation_list)))))
343 " ".join(sorted(violation_list))))
/test/mlts/benchmark/results/
Dgenerate_result.py180 other = sorted(filter(lambda x: x is not baseline, results),
188 for name, results_with_bl in sorted(groupings_baseline.items()):
198 for name, results_wbl in sorted(known_groupings_baseline.items()):
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingListServlet.java61 .sorted(Comparator.comparing(TestEntity::getTestName)).map(t -> t.getTestName()) in doGetHandler()
DShowReleaseServlet.java86 .sorted(Comparator.comparing(TestPlanEntity::getTestPlanName)) in getTestPlanDispatcher()
DShowGreenReleaseServlet.java348 .sorted( in getTestPlanDispatcher()
/test/mlts/benchmark/tools/
Dtensor_utils.py97 self.model_names = sorted(os.listdir(dump_dir))
208 self.layers = sorted(self['cpu'].keys())
300 self.layers = sorted(self.tensor_dict['cpu'].keys())
/test/vts-testcase/vndk/golden/
Ddump_abi.py92 return sorted(lib_names - lib_names_exclude)
/test/vti/test_serving/gae/webapp/src/endpoint/
Djob_queue.py52 priority_sorted_jobs = sorted(
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py253 inv_table[key] = sorted(set(inv_table[key]))
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py107 return sorted(dump_symbols.difference(lib_symbols))
DVtsVndkAbiTest.py113 return sorted(dump_symbols.difference(lib_symbols))
/test/vts/runners/host/
Drecords.py468 msg = ", ".join(sorted(l))