未验证 提交 9eef50ac 编写于 作者: A AddSalt8227 提交者: GitHub

Comment out misleading output (#1295)

* std::max_element in range [first, last)

* Comment out misleading output
上级 45863aa6
......@@ -1607,7 +1607,7 @@ op_save_t SaveTmOpFunc(uint32_t op_type)
case OP_MINIMUM:
return SaveTmMinimumOp;
default:
fprintf(stderr, "Operator #%d not supported in tengine model yet\n", op_type);
// fprintf(stderr, "Operator #%d not supported in tengine model yet\n", op_type);
return nullptr;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册