Commit 9376bd0c authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

CPU Direct Execution: Migrate AvgPool to auto-registration

parent aebd416a
...@@ -107,6 +107,8 @@ namespace ngraph ...@@ -107,6 +107,8 @@ namespace ngraph
functors.emplace_back(functor); functors.emplace_back(functor);
} }
} }
REGISTER_OP_BUILDER(AvgPool);
} }
} }
} }
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