From 0d7f34667fd40a4d7ce17d98a879ecb9548c2f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=BAkvpnvp?= Date: Tue, 16 Jun 2026 09:15:29 +0000 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 空kvpnvp --- samples/built-in/classification/ResNet50/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/built-in/classification/ResNet50/src/main.cpp b/samples/built-in/classification/ResNet50/src/main.cpp index 8504ec04..6629f00d 100644 --- a/samples/built-in/classification/ResNet50/src/main.cpp +++ b/samples/built-in/classification/ResNet50/src/main.cpp @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +// #include #include "model.h" #include "log.h" -- Gitee