Skip to content

Conversation

@CyanHillFox
Copy link

This MR add NHWC support to Concat operator, and Pad operator created by Conv.

Original behaviour

Concat

Concat didn't support NHWC format, so tensors must be transposed back to NCHW before concat, and may be converted to NHWC to do other compuation.
image

Pad of Conv

When explicit padding is used in Conv, the pad was done before input tensor was transposed, which also leads to a pair of unresolvable Transpose operators.
image

Changes

This MR added NHWC support to concat operator, and pad was done on transposed input of conv.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant