Browse Source

Fix spelling errors, ncn -> ncnn. (#4665)

tags/20230517
Yukie GitHub 3 years ago
parent
commit
3a64083756
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tools/pnnx/tests/ncnn/test_torch_bmm.py
  2. +1
    -1
      tools/pnnx/tests/ncnn/test_vit_b_32.py

+ 1
- 1
tools/pnnx/tests/ncnn/test_torch_bmm.py View File

@@ -42,7 +42,7 @@ def test():
import os
os.system("../../src/pnnx test_torch_bmm.pt inputshape=[10,23,14],[10,14,5]")

# ncn inference
# ncnn inference
import test_torch_bmm_ncnn
b = test_torch_bmm_ncnn.test_inference()



+ 1
- 1
tools/pnnx/tests/ncnn/test_vit_b_32.py View File

@@ -40,7 +40,7 @@ def test():
import os
os.system("../../src/pnnx test_vit_b_32.pt inputshape=[1,3,224,224]")

# ncn inference
# ncnn inference
import test_vit_b_32_ncnn
b = test_vit_b_32_ncnn.test_inference()



Loading…
Cancel
Save