提交 9885c578 编写于 作者: H hedaoyuan

format

上级 d99faf31
...@@ -239,7 +239,7 @@ public: ...@@ -239,7 +239,7 @@ public:
Col2ImFunctor<Device, real> col2im; Col2ImFunctor<Device, real> col2im;
GemmFunctor<Device, real> gemm; GemmFunctor<Device, real> gemm;
size_t inputOffset = (inputChannels / groups_) * inputHeight * inputWidth; size_t inputOffset = (inputChannels / groups_) * inputHeight * inputWidth;
size_t outputOffset = size_t outputOffset =
(outputChannels / groups_) * outputHeight * outputWidth; (outputChannels / groups_) * outputHeight * outputWidth;
size_t filterOffset = filter.getElements() / groups_; size_t filterOffset = filter.getElements() / groups_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册