提交 2f04eda8 编写于 作者: L lyvette

fix leaky relu parser bug.

上级 6763b63c
......@@ -71,7 +71,7 @@ STATUS TfliteActivationParser::Parse(const std::unique_ptr<tflite::OperatorT> &t
return RET_NULL_PTR;
}
attr->alpha = tflite_attr->alpha;
attr->type = schema::ActivationType_SIGMOID;
attr->type = schema::ActivationType_LEAKY_RELU;
}
op->primitive->value.type = schema::PrimitiveType_Activation;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册