未验证 提交 9258e960 编写于 作者: Z Zeng Jinle 提交者: GitHub

fix read op comments, test=develop, test=document_fix (#23122)

上级 acfc9b8a
......@@ -157,8 +157,8 @@ class ReadOpMaker : public framework::OpProtoAndCheckerMaker {
.SetDefault(true);
AddAttr<bool>("infer_out", "").SetDefault(true);
AddAttr<bool>("drop_last",
"Whether to drop last batches whose number is less than CPU "
"cores/GPU cards number")
"Whether to drop last batches whose number is less than "
"actual used device number.")
.SetDefault(true);
AddComment(R"DOC(
Read Operator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册