单项选择题

tf.image.resize可以实现图像的缩放功能,参数method 表示图像缩放的方法,当取以下哪个值时表示按照最近邻插值?()

A.bilinear
B.lanczos3
C.nearest
D.area