Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java82 public static RandomModelExecutionResult fromNativeResult(int nativeResult) { in fromNativeResult() argument
84 if (currValue.mValue == nativeResult) { in fromNativeResult()
89 String.format("Invalid native result value %d", nativeResult)); in fromNativeResult()