Searched refs:getLastNativeInferenceDurationNanoseconds (Results 1 – 6 of 6) sorted by relevance
28 public static Long getLastNativeInferenceDurationNanoseconds(Interpreter interpreter) { in getLastNativeInferenceDurationNanoseconds() method in TestHelper30 return interpreter.wrapper.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceDurationNanoseconds()
348 public Long getLastNativeInferenceDurationNanoseconds() { in getLastNativeInferenceDurationNanoseconds() method in Interpreter350 return wrapper.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceDurationNanoseconds()
244 Long getLastNativeInferenceDurationNanoseconds() { in getLastNativeInferenceDurationNanoseconds() method in NativeInterpreterWrapper
502 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isGreaterThan(0L); in testGetInferenceLatency()509 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isNull(); in testGetInferenceLatencyWithNewWrapper()530 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isNull(); in testGetLatencyAfterFailedInference()
163 Long latency = tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyMilliseconds()
153 Long latency = tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyMilliseconds()