anko-intel commented on a change in pull request #20753:
URL: https://github.com/apache/incubator-mxnet/pull/20753#discussion_r826984354
##########
File path: src/operator/subgraph/dnnl/dnnl_transformer-inl.h
##########
@@ -32,6 +32,8 @@ struct DNNLSelfAttParam : public
dmlc::Parameter<DNNLSelfAttParam> {
bool enable_float_output;
dmlc::optional<float> min_calib_range; // min float value calculated from
calibration dataset
dmlc::optional<float> max_calib_range; // max float value calculated from
calibration dataset
+ dmlc::optional<int> amp_out_dtype;
Review comment:
Is it mshadow dtype ? some comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]