Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java215 RandomModelExecutionResult executionResult = in call() local
218 if (executionResult != RandomModelExecutionResult.kSuccess) { in call()
221 executionResult.mDescription, i)); in call()
222 if (executionResult == RandomModelExecutionResult.kFailedExecution || in call()
223 executionResult == RandomModelExecutionResult.kFailedCompilation) { in call()
227 executionResult == RandomModelExecutionResult.kUnsupportedModelGenerated in call()
228 || executionResult in call()
238 return failure(executionResult.mDescription); in call()