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()
165 Long latency = tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyMilliseconds()179 return tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyNanoseconds()
157 Long latency = tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyMilliseconds()170 return tflite.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceLatencyNanoseconds()
630 public Long getLastNativeInferenceDurationNanoseconds() { in getLastNativeInferenceDurationNanoseconds() method in Interpreter632 return wrapper.getLastNativeInferenceDurationNanoseconds(); in getLastNativeInferenceDurationNanoseconds()
342 Long getLastNativeInferenceDurationNanoseconds() { in getLastNativeInferenceDurationNanoseconds() method in NativeInterpreterWrapper
571 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isGreaterThan(0L); in testGetInferenceLatency()578 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isNull(); in testGetInferenceLatencyWithNewWrapper()599 assertThat(wrapper.getLastNativeInferenceDurationNanoseconds()).isNull(); in testGetLatencyAfterFailedInference()