Commit e5e8d03c authored by Jaikrishnan Menon's avatar Jaikrishnan Menon Committed by Robert Kimball

Use the right op (#1359)

parent 045ab6bb
...@@ -2465,7 +2465,7 @@ namespace ngraph ...@@ -2465,7 +2465,7 @@ namespace ngraph
template <> template <>
void CPU_Emitter::EMITTER_DECL(ngraph::op::ReplaceSlice) void CPU_Emitter::EMITTER_DECL(ngraph::op::ReplaceSlice)
{ {
auto replace_slice = static_cast<const ngraph::op::Slice*>(node); auto replace_slice = static_cast<const ngraph::op::ReplaceSlice*>(node);
writer.block_begin(); writer.block_begin();
#if USE_EIGEN_CORE_INLINE == 1 #if USE_EIGEN_CORE_INLINE == 1
size_t arg0_rank = args[0].get_shape().size(); size_t arg0_rank = args[0].get_shape().size();
......
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