8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我通过torch感知量化训练了一个模型,转到rknn推理发现所有concat都跑在了CPU,而其余算子都运行在NPU.
我检查了下concat所有的输入输出量化参数都是统一的,实在看不出concat哪儿有问题。
我是用rknn-tool2.3转的rknn。
请问concat算子有什么需要特别注意的地方吗?