未验证 提交 5acf1afa 编写于 作者: W Wilber 提交者: GitHub

Fix compile error for cuda (#2926)


* fix compile. test=develop
上级 157db1e7
......@@ -52,7 +52,7 @@ inline int ConvOutputSize(int input_size,
return output_size;
}
inline void UpdatePaddingAndDilation(std::vector<int>* paddings,
void UpdatePaddingAndDilation(std::vector<int>* paddings,
std::vector<int>* dilations,
const std::vector<int>& strides,
const std::string padding_algorithm,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册