Skip to content

Commit

Permalink
Fix coding style for make lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Nov 30, 2017
1 parent f49c23e commit a7ed5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/nn/convolution.cc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ There are other options to tune the performance.
.set_attr<nnvm::FInferShape>("FInferShape", ConvolutionShape)
.set_attr<nnvm::FInferType>("FInferType", ConvolutionType)
.set_attr<FInferStorageType>("FInferStorageType", [](const nnvm::NodeAttrs& attrs,
const int dev_mask, DispatchMode* dispatch_mode,
const int dev_mask, DispatchMode* dispatch_mode,
std::vector<int> *in_attrs, std::vector<int> *out_attrs) {
const ConvolutionParam& params = nnvm::get<ConvolutionParam>(attrs.parsed);
if (params.no_bias)
Expand Down

0 comments on commit a7ed5e3

Please sign in to comment.