Home
last modified time | relevance | path

Searched defs:t (Results 1 – 8 of 8) sorted by relevance

/test/mlts/benchmark/results/
DChart.bundle.min.js10 !function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("fu… argument
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py56 def t_token(self, t): argument
77 def t_HEX_LITERAL(self, t): argument
82 def t_FLOAT(self, t): argument
87 def t_NUMBER(self, t): argument
102 def t_DASH(self, t): argument
106 def t_NEWLINE(self, t): argument
113 def t_error(self, t): argument
DProcVmallocInfoTest.py26 def t_CALLER(self, t): argument
45 def t_PHYS(self, t): argument
50 def t_NODES(self, t): argument
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java140 String getResultShortSummary(BenchmarkResult br, TestModels.TestModelEntry t) { in getResultShortSummary()
156 TestModels.TestModelEntry t = TestModels.modelsList().get(id[ct]); in onActivityResult() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java137 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult()
145 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds, in getInstrumentationResult()
185 private NNTestBase changeTest(NNTestBase oldTestBase, TestModels.TestModelEntry t) in changeTest()
/test/vts/runners/host/
Dlogger.py45 def _parse_logline_timestamp(t): argument
/test/mlts/benchmark/native/
Dmulti_process_test.cpp295 [](std::thread& t) { t.join(); }); in main()
/test/mlts/benchmark/jni/
Drun_tflite.cpp106 std::ifstream t(modelfile); in init() local