Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOPI] Fix tuple unpack in conv2d NCHWc int8 (#13761)
Fixes a tuple being incorrectly unpacked (too many elements expected) in a Conv2D TOPI int8 op, similarly to #13566 which addressed the issue specifically in the ARM implementation (which calls the function modified in this PR). This explicit unpacking helps improve flexibility with other incoming layouts.
- Loading branch information