Fix comments misunderstanding

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
xiaoli.liu@intel.com 6 years ago
parent 3146629485
commit 869d444b92

@ -33,7 +33,7 @@ void DeQuantOpMaker::Make() {
AddInput("Input", "input data");
AddOutput("Output", "output data");
AddAttr<float>("Scale", "scale data").SetDefault({1.0f});
AddComment(R"DOC(This op will quantize data from INT8 to FP32)DOC");
AddComment(R"DOC(This op will dequantize data from INT8 to FP32)DOC");
}
} // namespace operators

Loading…
Cancel
Save