From ba0b018745648fa2fb1122101432b284c067d17e Mon Sep 17 00:00:00 2001 From: SigureMo Date: Wed, 21 Sep 2022 20:55:22 +0800 Subject: [PATCH] trim trailing whitespace --- python/paddle/nn/functional/vision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/nn/functional/vision.py b/python/paddle/nn/functional/vision.py index 90217bbf7ab34..7f7a18d0a2ed2 100644 --- a/python/paddle/nn/functional/vision.py +++ b/python/paddle/nn/functional/vision.py @@ -209,7 +209,7 @@ def grid_sample(x, None by default. Returns: - + Tensor, The shape of output is [N, C, grid_H, grid_W] or [N, C, grid_D, grid_H, grid_W] in which `grid_D` is the depth of grid, `grid_H` is the height of grid and `grid_W` is the width of grid. The data type is same as input tensor.