• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/23-Nov-2023-373352

src/com/android/nn/crashtest/23-Nov-2023-297239

Android.mkD23-Nov-20232 KiB5427

AndroidManifest.xmlD23-Nov-20231 KiB3125

README.txtD23-Nov-20231 KiB2417

README.txt

1Copyright 2020 The Android Open Source Project
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7     http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14------------------------------------------------------------------
15
16Stress/Crash Test Application for NNAPI
17
18This application will exercise a series of corner case or stress NNAPI test
19scenarios to validate that drivers can handle them without failing.
20
21To run the application:
22
23cd $ANDROID_BUILD_TOP; make NeuralNetworksApiCrashTest;
24  adb install -r out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworksApiCrashTest.apk