Skip to content

Commit

Permalink
remove stale pop back
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jan 14, 2021
1 parent f0bf54c commit 81ef7b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/backend/compile_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ class MakeShapeFunc : public backend::MemoizedExprTranslator<Array<te::Tensor>>
// Call shape function
auto outputs = fshape_func[op](call_node->attrs, inputs, out_ndims);
data_dependants_.pop_back();
data_dependants_per_input_.pop_back();
readable_name_stream_ << "_" << op->name;
return outputs;
}
Expand Down

0 comments on commit 81ef7b1

Please sign in to comment.