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 6caa229 commit 504c1edCopy full SHA for 504c1ed
src/torchlensmaker/core/tensor_manip.py
@@ -193,7 +193,7 @@ def cartesian_prod2d_optional(
193
194
def bbroad(vector: Tensor, nbatch: int) -> Tensor:
195
"""
196
- Expoands a tensor to be compatible with the dimensions of a batched tensor
+ Expands a tensor to be compatible with the dimensions of a batched tensor
197
by appending batch dimensions as needed.
198
199
Args:
0 commit comments