Skip to content

Commit

Permalink
调整expression的代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhellofss committed Aug 5, 2023
1 parent c1e90e7 commit 760b20e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/layer/details/convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ConvolutionLayer::ConvolutionLayer(ConvType conv_type, uint32_t output_channel,
void ConvolutionLayer::set_weights(
const std::vector<std::shared_ptr<Tensor<float>>>& weights) {
if (conv_type_ == ConvType::OpConv)
;
return ParamLayer::set_weights(weights);
}

Expand Down

0 comments on commit 760b20e

Please sign in to comment.