未验证 提交 2bc19316 编写于 作者: B BowShotDS 提交者: GitHub

update timvx transpose4D (#610)

上级 40909634
......@@ -52,9 +52,9 @@ bool VXEngine::AddTransposeNode(struct ir_node* ir_node)
}
else if (output_tensor->dim_num == 4)
{
perm[0] = (uint32_t )param->tr_shape[3];
perm[0] = (uint32_t )param->tr_shape[1];
perm[1] = (uint32_t )param->tr_shape[0];
perm[2] = (uint32_t )param->tr_shape[1];
perm[2] = (uint32_t )param->tr_shape[3];
perm[3] = (uint32_t )param->tr_shape[2];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册