Commit ee2d4c67 authored by lgcwsl's avatar lgcwsl
Browse files

修改readme,执行测试前复制in文件

No related merge requests found
Showing with 5 additions and 4 deletions
+5 -4
......@@ -77,10 +77,11 @@ Options:
```bash
1. cd /test
2. python build.py: 创建&&进入到 build 目录, 执行 cmake .. & make -j8
3. python compile_library.py [-a]: 编译运行时库,默认为本地架构,-a为armv7架构,下同
4. python compile_object.py [-a]: 编译目标文件
5. python test_official_cases.py [-a]: 测试官方样例
6. python test_all_custom_cases.py [-a]: 测试自定义样例
3. python copy_in.py: 将./test/TestTensor/的测试样例输入数据拷贝到./test/TestSysy/
4. python compile_library.py [-a]: 编译运行时库,默认为本地架构,-a为armv7架构,下同
5. python compile_object.py [-a]: 编译目标文件
6. python test_official_cases.py [-a]: 测试官方样例
7. python test_all_custom_cases.py [-a]: 测试自定义样例
```
# .vscode/launch.json
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment