Skip to content

Fixed: incorrect reshape parameter when FC input shape is 3D or above#999

Open
LeslieXMOS wants to merge 1 commit into
xmos:developfrom
LeslieXMOS:fix/ND_FC_replace
Open

Fixed: incorrect reshape parameter when FC input shape is 3D or above#999
LeslieXMOS wants to merge 1 commit into
xmos:developfrom
LeslieXMOS:fix/ND_FC_replace

Conversation

@LeslieXMOS
Copy link
Copy Markdown
Contributor

@LeslieXMOS LeslieXMOS commented May 11, 2026

Fix the reshape issue raised here

This PR allows FC with shape [B, W, H, C] can be correctly reshape into [1, 1, BxWxH, C] instead of just [1, 1, H, C], which will cause error: 'tfl.reshape' op requires 'output' number of elements to match 'input' number of elements

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