Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNnApiDelegationFailure.java25 public NnApiDelegationFailure(int nnApiErrno) { in NnApiDelegationFailure() argument
26 super(String.format("Nnapi call failed with error code %d", nnApiErrno)); in NnApiDelegationFailure()
27 mNnApiErrno = nnApiErrno; in NnApiDelegationFailure()