Unverified Commit cf8440b1 authored by Louis Feng's avatar Louis Feng Committed by GitHub

Update mkldnn_utils.cpp

fix indentation.
parent f63715e8
......@@ -48,7 +48,7 @@ static const std::unordered_set<std::type_index> s_op_registry{
TI(ngraph::op::Convolution),
TI(ngraph::op::ConvolutionBackpropData),
TI(ngraph::op::ConvolutionBackpropFilters),
TI(ngraph::op::ConvolutionBias),
TI(ngraph::op::ConvolutionBias),
TI(ngraph::op::ConvolutionBiasBackpropFiltersBias),
TI(ngraph::op::MaxPool),
TI(ngraph::op::MaxPoolBackprop),
......
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