Skip to content

Commit

Permalink
rm unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ZlobinGM committed Dec 16, 2020
1 parent fe7aa04 commit 5054833
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ void PassImpl::run(const Model& model) {
stage->attrs().get<int>("kernelSizeY") != 1)
continue;

std::string name = stage->name();
int inputC = inputDesc.dim(Dim::C);
int outputC = outputDesc.dim(Dim::C);
int dimH = inputDesc.dim(Dim::H);
int dimW = inputDesc.dim(Dim::W);
int resultH = 0;
Expand Down

0 comments on commit 5054833

Please sign in to comment.