提交 149930ca 编写于 作者: B BUG1989

disable the deconv perf op with arm platform

上级 9a0bcd43
......@@ -100,7 +100,7 @@ static int score(struct node_ops* node_ops, struct exec_graph* exec_graph, struc
int out_c = output_tensor->dims[1] / group;
if (param->group > 1 && in_c == 1 && out_c == 1)
return OPS_SCORE_BEST;
return 0;
else
return 0;
}
......
......@@ -142,7 +142,7 @@ static int release_node(struct node_ops* node_ops, struct exec_node* exec_node,
static int score(struct node_ops* node_ops, struct exec_graph* exec_graph, struct ir_node* exec_node)
{
return OPS_SCORE_PREFER;
return 0;
}
static struct node_ops hcl_node_ops = {.prerun = prerun,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册