Skip to content

Commit 08b238b

Browse files
committed
Update RFC-00xx-interpolation.md
1 parent b665cb0 commit 08b238b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RFC-00xx-interpolation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ Interpolate scattered data on an irregular grid.
5959

6060
##### Parameters
6161

62-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input.
62+
**input** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) –
63+
64+
**points** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) –
65+
66+
**x_i** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) –
67+
68+
**interpolant** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) –
6369

6470
##### Keyword Arguments
6571

0 commit comments

Comments
 (0)