Skip to content

Commit 8f08baf

Browse files
snavescopybara-github
authored andcommitted
Fixing formatting problem in tfg.math.interpolation.weighted.interpolate function docstring.
PiperOrigin-RevId: 330708155
1 parent 251cb8a commit 8f08baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_graphics/math/interpolation/weighted.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def interpolate(points,
4141
In the following, A1 to An, and B1 to Bk are optional batch dimensions.
4242
4343
Args:
44-
points: A tensor with shape `[B1, ..., Bk, M] and rank R > 1, where M is the
45-
dimensionality of the points.
44+
points: A tensor with shape `[B1, ..., Bk, M]` and rank R > 1, where M is
45+
the dimensionality of the points.
4646
weights: A tensor with shape `[A1, ..., An, P]`, where P is the number of
4747
points to interpolate for each output point.
4848
indices: A tensor of dtype tf.int32 and shape `[A1, ..., An, P, R-1]`, which

0 commit comments

Comments
 (0)