"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "6daba3b413d200b350e2025e41d8e43ae4253be6"
Commit 052b23e2 authored by Adam Osewski's avatar Adam Osewski
Browse files

Clang-format.

parent a0c43e7b
...@@ -94,10 +94,10 @@ struct ReferenceConvBwdWeight : public device::BaseOperator ...@@ -94,10 +94,10 @@ struct ReferenceConvBwdWeight : public device::BaseOperator
float v_in; float v_in;
arg.out_element_op_( arg.out_element_op_(
v_out, v_out,
ck::type_convert<float>(arg.out_n_k_ho_wo_(n, k, ho, wo))); ck::type_convert<float>(arg.out_n_k_ho_wo_(n, k, ho, wo)));
arg.in_element_op_( arg.in_element_op_(
v_in, ck::type_convert<float>(arg.in_n_c_hi_wi_(n, c, hi, wi))); v_in, ck::type_convert<float>(arg.in_n_c_hi_wi_(n, c, hi, wi)));
v_acc += v_out * v_in; v_acc += v_out * v_in;
} }
......
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