Closed HSQ79815 closed 2 years ago
In the last version , fuse_concat_into_reshape pass only supports the pattern that is Concat -> Reshape. In this version, upgrade it to support the pattern that is Concat -> Cast -> Reshape.
Concat -> Reshape
Concat -> Cast -> Reshape
Signed-off-by: haoshengqiang haoshengqiang79@163.com
In the last version , fuse_concat_into_reshape pass only supports the pattern that is
Concat -> Reshape
.In this version, upgrade it to support the pattern that is
Concat -> Cast -> Reshape
.Signed-off-by: haoshengqiang haoshengqiang79@163.com