Skip to content

Commit

Permalink
Fix intel#28 error (Update pooling primitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbing-j authored and zhuhaozhe committed Apr 8, 2022
1 parent 8d94406 commit 3797cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ideep/operators/pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct pooling_backward : public dnnl::pooling_backward {
const dims& padding_r,
algorithm aalgorithm,
const engine& aengine = engine::cpu_engine()) {
auto src_desc = src.get_desc().to_format_any();
auto src_desc = src.get_desc();
auto dst_desc = dst.get_desc();

auto forward_hints =
Expand Down

0 comments on commit 3797cf0

Please sign in to comment.