mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Remove unneeded code in UpsampleBilinear (#10544)
This commit is contained in:
parent
bfb20b315d
commit
3f37609994
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue