Commit 53f06c50 authored by wangshaojie6's avatar wangshaojie6
Browse files

remove redundant compute

parent bc7cc7c0
......@@ -1220,14 +1220,6 @@ struct DeviceConvndBwdWeightXdl_C_Shuffle_Input_N_Hi_Wi_C_Weight_K_Y_X_C_Output_
arg.filter_spatial_lengths_[1] * arg.filter_spatial_lengths_[2] *
sizeof(float);
}
else
{
WorkSpaceSize = arg.Conv_K_ * 0;
}
}
else
{
WorkSpaceSize = arg.Conv_K_ * 0;
}
return WorkSpaceSize;
}
......
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