We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4b08c commit 5a0a50cCopy full SHA for 5a0a50c
src/common/deconvolution_pd.hpp
@@ -214,7 +214,7 @@ struct deconvolution_bwd_data_pd_t : public primitive_desc_t {
214
inline bool with_groups() const {
215
return desc_.weights_desc.ndims == desc_.diff_src_desc.ndims + 1;
216
}
217
- inline int ndims() const { return desc_.src_desc.ndims; }
+ inline int ndims() const { return desc_.diff_src_desc.ndims; }
218
219
protected:
220
deconvolution_desc_t desc_;
0 commit comments