Commit e2d1b5bc authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

CPU Direct Execution: Implement Subtract

parent 6576932f
......@@ -126,6 +126,12 @@ namespace ngraph
BUILD_BINARY_ELEMWISE_FUNCTOR(runtime::cpu::kernel::add);
}
template <>
void Builder::BUILDER_DECL(ngraph::op::Subtract)
{
BUILD_BINARY_ELEMWISE_FUNCTOR(runtime::cpu::kernel::subtract);
}
template <>
void Builder::BUILDER_DECL(ngraph::op::Multiply)
{
......
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