Searched defs:results (Results 1 – 8 of 8) sorted by relevance
43 float[] results = new float[mNumOutputs]; in denormalize() local
43 public LatencyResult(float[] results) { in LatencyResult()112 public void putToBundle(Bundle results, String prefix) { in putToBundle()
193 List<Pair<String, Float>> results = new ArrayList<>(); in getEvaluatorResults() local265 Bundle results = new Bundle(); in toBundle() local371 ArrayList<Float> results = new ArrayList<Float>(); in fromInferenceResults() local
233 Pair<List<InferenceInOutSequence>, List<InferenceResult>> results; in runBenchmarkLoop() local
314 results = unittest.TextTestRunner(verbosity=2).run(suite) variable
363 std::vector<InferenceResult>* results) { in benchmark()580 std::vector<float>* results) { in benchmarkSingleTypeOfCompilation()645 std::vector<float>* results) { in benchmarkSingleTypeOfCompilationWithWarmup()
252 String results = getDevice().pullFileContents(wakeLockPath).trim(); in testWakeLock() local
168 def group_results(results): argument