Skip to content

Commit

Permalink
Remove unneeded code in UpsampleBilinear (microsoft#10544)
Browse files Browse the repository at this point in the history
yihonglyu authored Feb 14, 2022
1 parent bfb20b3 commit 3f37609
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onnxruntime/core/providers/cpu/tensor/upsample.cc
Original file line number Diff line number Diff line change
@@ -571,8 +571,6 @@ void UpsampleBilinear(int64_t batch_size,
p.dx1[x] * p.dy1[y] * X22);
}
}
Xdata += input_height * input_width;
Ydata += output_width * output_height;
});
}
}

0 comments on commit 3f37609

Please sign in to comment.