Fix comment for norm_op

detection_output_fixbug
xuwei06 7 years ago
parent 6ecbf08372
commit 0ef9dc6122

@ -39,7 +39,7 @@ class NormOpMaker : public framework::OpProtoAndCheckerMaker {
"M = C * H * W"); "M = C * H * W");
AddComment(R"DOC( AddComment(R"DOC(
"Input shape: $(N, C, H, W)$ "Input shape: $(N, C, H, W)$
Sclae shape: $(C, 1)$ Scale shape: $(C, 1)$
Output shape: $(N, C, H, W)$ Output shape: $(N, C, H, W)$
Where Where
forward forward

Loading…
Cancel
Save