Searched refs:benchmarker (Results 1 – 3 of 3) sorted by relevance
67 private OvicBenchmarker benchmarker; field in OvicBenchmarkerActivity90 benchmarker = new OvicClassifierBenchmarker(WALL_TIME); in initializeTest()95 benchmarker = new OvicDetectorBenchmarker(WALL_TIME); in initializeTest()111 if (benchmarker == null) { in doTestIteration()114 if (benchmarker.shouldStop()) { in doTestIteration()117 if (!benchmarker.readyToTest()) { in doTestIteration()119 benchmarker.getReadyToTest(labelInputStream, model); in doTestIteration()120 if (!benchmarker.readyToTest()) { in doTestIteration()128 if (!benchmarker.processBitmap(testImageBitmap)) { in doTestIteration()137 String iterResultString = benchmarker.getLastResultString(); in doTestIteration()[all …]
9 ## Test the benchmarker:14 We are releasing an benchmarker Apk that would allow developers to measure latency on their own dev…118 …benchmarker Apk, which requires a device and may not be as accurate as the server, but has a fast …120 ### Running the benchmarker app126 * Add your model to the benchmarker apk by changing `modelPath` and `testImagePath` to your submiss…
1 # Testdata for OVIC benchmarker demo App and tests.