提交 f2d596d4 编写于 作者: Y yangyaming

Fix typos.

上级 c1215dd9
...@@ -58,10 +58,10 @@ class ExpandOpMaker : public framework::OpProtoAndCheckerMaker { ...@@ -58,10 +58,10 @@ class ExpandOpMaker : public framework::OpProtoAndCheckerMaker {
AddAttr<std::vector<int>>("expandTimes", AddAttr<std::vector<int>>("expandTimes",
"Expand times for each dimension."); "Expand times for each dimension.");
AddComment(R"DOC( AddComment(R"DOC(
Expand operator tiles the input by given times. You should set times for each Expand operator tiles the input by given times number. You should set times
dimension by providing attribute 'expandTimes'. Rank of input tensor should be number for each dimension by providing attribute 'expandTimes'. Rank of input
in [1, 6]. Please draw an inttention that size of 'expandTimes' must be same tensor should be in [1, 6]. Please draw an attention that size of
with rank of input tensor. 'expandTimes' must be same with rank of input tensor.
)DOC"); )DOC");
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册