From 98924c3a8a65a12fbd0c7d07b82e6faea4c657bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E5=89=91=E6=AD=A6?= Date: Wed, 23 Oct 2019 16:47:15 +0800 Subject: [PATCH] fix data_format in ReshapeOp --- tools/python/transform/base_converter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/transform/base_converter.py b/tools/python/transform/base_converter.py index fe93d048..9b648fb8 100644 --- a/tools/python/transform/base_converter.py +++ b/tools/python/transform/base_converter.py @@ -182,7 +182,6 @@ MaceTransposableDataFormatOps = [MaceOp.Activation, MaceOp.Eltwise, MaceOp.Pad, MaceOp.Reduce, - MaceOp.Reshape, MaceOp.Softmax, MaceOp.Split, MaceOp.Squeeze, -- GitLab