Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java62 private enum RandomModelExecutionResult { enum in RandomGraphTest
77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult() method in RandomGraphTest.RandomModelExecutionResult
82 public static RandomModelExecutionResult fromNativeResult(int nativeResult) { in fromNativeResult()
83 for (RandomModelExecutionResult currValue : RandomModelExecutionResult.values()) { in fromNativeResult()
215 RandomModelExecutionResult executionResult = in call()
216 RandomModelExecutionResult.fromNativeResult(nativeExecutionResult); in call()
218 if (executionResult != RandomModelExecutionResult.kSuccess) { in call()
222 if (executionResult == RandomModelExecutionResult.kFailedExecution || in call()
223 executionResult == RandomModelExecutionResult.kFailedCompilation) { in call()
227 executionResult == RandomModelExecutionResult.kUnsupportedModelGenerated in call()
[all …]
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp43 enum RandomModelExecutionResult { enum
158 RandomModelExecutionResult init() { in init()
162 RandomModelExecutionResult filterInitResult; in init()
175 RandomModelExecutionResult runRandomModel(bool compilationOnly) { in runRandomModel()
311 RandomModelExecutionResult HalVersionsSupportedByDevice( in HalVersionsSupportedByDevice()
332 RandomModelExecutionResult OperandTypesSupportedByDevice( in OperandTypesSupportedByDevice()
384 RandomModelExecutionResult OperationsSupportedByDevice( in OperationsSupportedByDevice()