Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
set inputs to 3 for lrn
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Aug 9, 2018
1 parent db6f1cd commit f873297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/nn/lrn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ number of kernels in the layer.
.add_arguments(LRNParam::__FIELDS__());

NNVM_REGISTER_OP(_backward_LRN)
.set_num_inputs(3)
.set_num_outputs(1)
.set_attr_parser(ParamParser<LRNParam>)
.set_attr<FInferStorageType>("FInferStorageType", LRNBackwardInferStorageType)
Expand Down

0 comments on commit f873297

Please sign in to comment.