Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / tests / nnapi / nnapi_test_generator / android-10 / README.md
index 3de818b..7dc83a4 100644 (file)
@@ -17,8 +17,11 @@ Original code is at https://android.googlesource.com/platform/frameworks/ml/+/re
     `((frameworks/ml/nn/(runtime/test/)?)|(vendor/google/[a-z]*/test/))` => `(tests/nnapi/src/)`
   - Support EX operation
   - Comment out `TEST_AVAILABLE_SINCE()` macro generation
+  - Use `/usr/bin/env` instead of `/usr/bin/python3`
 - Update `test_generator.py`
   - Comment out dynamic shape output test generation
+- Additional script `dynamic_tensor.py`
+  - Generate dynamic input shape inference test
 
 ---