Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java67 private OvicBenchmarker benchmarker; field in OvicBenchmarkerActivity
90 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 …]
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md9 ## Test the benchmarker:
14 We are releasing an benchmarker Apk that would allow developers to measure latency on their own dev…
118benchmarker Apk, which requires a device and may not be as accurate as the server, but has a fast …
120 ### Running the benchmarker app
126 * Add your model to the benchmarker apk by changing `modelPath` and `testImagePath` to your submiss…
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
DBUILD1 # Testdata for OVIC benchmarker demo App and tests.