We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b665cb0 commit 08b238bCopy full SHA for 08b238b
RFC-00xx-interpolation.md
@@ -59,7 +59,13 @@ Interpolate scattered data on an irregular grid.
59
60
##### Parameters
61
62
-**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input.
+**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)) –
69
70
##### Keyword Arguments
71
0 commit comments