Merge pull request #14116 from chengduoZH/release/1.1.0

[1.1]Fix op_role value
fix_recordio_link
Xin Pan 6 years ago committed by GitHub
commit 177720a737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ enum class OpRole {
// used for distributed training.
kDist = 0x0008,
// Tag all learning rate scheduler operators.
kLRSched = 0x0016,
kLRSched = 0x0010,
kLoss = 0x0100,
// The default value of op's role. This should be only used for unittests and

Loading…
Cancel
Save