未验证 提交 f9b9ad31 编写于 作者: S suiyang 提交者: GitHub

Update op_param.h

上级 76b0f930
...@@ -442,6 +442,7 @@ class ElementwiseAddParam : OpParam { ...@@ -442,6 +442,7 @@ class ElementwiseAddParam : OpParam {
#endif #endif
}; };
#ifdef ElementwiseMul_OP
template <typename Dtype> template <typename Dtype>
class ElementwiseMulParam : OpParam { class ElementwiseMulParam : OpParam {
typedef typename DtypeTensorTrait<Dtype>::gtype GType; typedef typename DtypeTensorTrait<Dtype>::gtype GType;
...@@ -480,6 +481,7 @@ class ElementwiseMulParam : OpParam { ...@@ -480,6 +481,7 @@ class ElementwiseMulParam : OpParam {
void SetFpgaArgs(const fpga::EWMulArgs &args) { fpga_EW_mul_args = args; } void SetFpgaArgs(const fpga::EWMulArgs &args) { fpga_EW_mul_args = args; }
#endif #endif
}; };
#endif
#ifdef FUSION_ELEMENTWISEADDRELU_OP #ifdef FUSION_ELEMENTWISEADDRELU_OP
template <typename Dtype> template <typename Dtype>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册