`MKLDNNConvFullParam` contains the following data structure. It's used for 
fused convolution, right?
```
struct MKLDNNConvParam : public dmlc::Parameter<MKLDNNConvParam> {
  // When adding more members into this class, please double check GetHash()
  // won't overflow.
  bool with_bn;
  bool with_relu;
  bool with_sum;
  bool with_postsum_relu;
  bool quantized;
  bool weight_channelwise_scale;

```

[ Full content available at: 
https://github.com/apache/incubator-mxnet/pull/12530 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to