XiaoMi / mace

MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用 hexagon_nn 中的 supernode 出现问题

xiaoguoer opened this issue · comments

mace 中的 卷积是通过 Supernode_8x8p32to8 完成的。
但在运行过程中,发现输入数据的 channel 大于 4就会报错 “Make this code work for input depth > 4”。
接着,查找高通的源码(sdk 3.5.4),发现在 op_supernode_new.c line 5476 中。
请问这是正常的吗?