[1.1]fix op_role value

test=release/1.1
release/1.1
chengduozh 6 years ago
parent ee74be3a49
commit acec4cb8ca

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