Skip to content

Commit b665cb0

Browse files
committed
Update RFC-00xx-interpolation.md
1 parent 336e87a commit b665cb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RFC-00xx-interpolation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ Interpolate scattered data on an irregular grid.
5656
**Note**—Using this operation in dimensions greater than six is impractical because the memory required by the underlying triangulation grows exponentially with its rank.
5757

5858
**Note**—Because this operator uses a Delaunay triangulation, it can be sensitive to scaling issues in `input`. When this occurs, you should standardize `input` to improve the results.
59+
60+
##### Parameters
61+
62+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input.
63+
64+
##### Keyword Arguments
65+
66+
**out** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor), *optional*) – output.

0 commit comments

Comments
 (0)