Remove unneeded code in UpsampleBilinear (#10544)

This commit is contained in:
Yi-Hong Lyu 2022-02-15 04:32:53 +08:00 committed by GitHub
parent bfb20b315d
commit 3f37609994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
});
}
}