From 3a6408375693fbf79832ad9c4a4cfa8a7ccf9440 Mon Sep 17 00:00:00 2001 From: Yukie Date: Tue, 25 Apr 2023 11:26:44 +0800 Subject: [PATCH] Fix spelling errors, ncn -> ncnn. (#4665) --- tools/pnnx/tests/ncnn/test_torch_bmm.py | 2 +- tools/pnnx/tests/ncnn/test_vit_b_32.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pnnx/tests/ncnn/test_torch_bmm.py b/tools/pnnx/tests/ncnn/test_torch_bmm.py index df08a0f0e..f2654b539 100644 --- a/tools/pnnx/tests/ncnn/test_torch_bmm.py +++ b/tools/pnnx/tests/ncnn/test_torch_bmm.py @@ -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() diff --git a/tools/pnnx/tests/ncnn/test_vit_b_32.py b/tools/pnnx/tests/ncnn/test_vit_b_32.py index 78df55dff..a610bf553 100644 --- a/tools/pnnx/tests/ncnn/test_vit_b_32.py +++ b/tools/pnnx/tests/ncnn/test_vit_b_32.py @@ -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()