Skip to content

Commit 042b0b9

Browse files
fix: deleting log10.md from lerp branch and minor wording issues
1 parent 619cc05 commit 042b0b9

File tree

1 file changed

+1
-1
lines changed
  • content/pytorch/concepts/tensor-operations/terms/lerp

1 file changed

+1
-1
lines changed

content/pytorch/concepts/tensor-operations/terms/lerp/lerp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ torch.lerp(input, end, weight, *, out=None)
2828

2929
- `input`: The input tensor containing the initial points.
3030
- `end`: The ending tensor containing the finishing points.
31-
- `weight`: The shapes of input, end, and weight must be
31+
- `weight`: The shapes of input, end, and weight must be [broadcastable](https://www.codecademy.com/resources/docs/numpy/array-broadcasting).
3232
- `out` (optional): A tensor to store the output. If provided, the result is written to this tensor.
3333

3434
**Return value:**

0 commit comments

Comments
 (0)