Update nearest_interpolation_impl.hpp

This commit is contained in:
abh2k
2021-07-22 10:36:51 +05:30
committed by GitHub
parent 12efd37432
commit 2b0f520748
@@ -101,6 +101,7 @@ void NearestInterpolation<InputDataType, OutputDataType>::Backward(
if (output.is_empty())
{
output.set_size(inRowSize * inColSize * depth, batchSize);
output.zeros();
}
else
{