Commit 252d271c authored by ltqin's avatar ltqin
Browse files

change to (out in wei)

parent 95ce725e
...@@ -275,8 +275,8 @@ int main(int argc, char* argv[]) ...@@ -275,8 +275,8 @@ int main(int argc, char* argv[])
if(do_verification) if(do_verification)
{ {
host_direct_convolution_backward_weights(in, host_direct_convolution_backward_weights(out,
out, in,
wei_host, wei_host,
make_tuple(conv_stride_h, conv_stride_w), make_tuple(conv_stride_h, conv_stride_w),
make_tuple(conv_dilation_h, conv_dilation_w), make_tuple(conv_dilation_h, conv_dilation_w),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment