Added MaxPoolBackprop to the mkldnn_util

parent 3208c02b
......@@ -41,7 +41,8 @@ namespace ngraph
TI(ngraph::op::Convolution),
TI(ngraph::op::ConvolutionBackpropData),
TI(ngraph::op::ConvolutionBackpropFilters),
TI(ngraph::op::MaxPool)};
TI(ngraph::op::MaxPool),
T1(ngraph::op::MaxPoolBackprop)};
bool IsMKLDNNOp(ngraph::Node& op)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment