From bcecdd858f44531a7f9d7684747ae7790c361012 Mon Sep 17 00:00:00 2001 From: effrey-liu <2318266514@qq.com> Date: Wed, 30 Oct 2024 15:23:19 +0800 Subject: [PATCH] fix name --- tests/Conversion/const-add-reshape.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Conversion/const-add-reshape.mlir b/tests/Conversion/const-add-reshape.mlir index 56bdc7c9d3..7ed8c774ee 100644 --- a/tests/Conversion/const-add-reshape.mlir +++ b/tests/Conversion/const-add-reshape.mlir @@ -10,4 +10,4 @@ module { %3 = tosa.reshape %2 {new_shape = array} : (tensor<1x32x40x128xf32>) -> tensor<32x40x128xf32> return %3 : tensor<32x40x128xf32> } -} \ No newline at end of file +}