Commit a434991e authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Remove unnecessary argument in example

parent bb5a13bf
......@@ -95,10 +95,7 @@ int run_conv_bwd_data(bool do_verification,
conv_param.conv_filter_strides_,
conv_param.conv_filter_dilations_,
conv_param.input_left_pads_,
conv_param.input_right_pads_,
in_element_op,
wei_element_op,
out_element_op);
conv_param.input_right_pads_);
if(!conv.IsSupportedArgument(argument))
{
......
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