Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicBenchmarker.java57 protected double totalRuntime = 0.0; field in OvicBenchmarker
70 totalRuntime = 0.0; in OvicBenchmarker()
76 return totalRuntime; in getTotalRunTime()
81 if (totalRuntime >= wallTime) { in shouldStop()
85 + Double.toString(totalRuntime) in shouldStop()
DOvicDetectorBenchmarker.java101 totalRuntime += ((double) detector.result.latency); in processBuffer()
DOvicClassifierBenchmarker.java100 totalRuntime += ((double) iterResult.latency); in processBitmap()