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

revert-23830-2.0-beta
Zeng Jinle 5 years ago committed by GitHub
parent acfc9b8a70
commit 9258e96094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save