Skip to content

Commit d34a488

Browse files
author
Josh Fromm
committed
Fix typo
1 parent 3c88f08 commit d34a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relax/frontend/nn/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def forward(self, x: Tensor) -> Tensor: # pylint: disable=invalid-name
343343
Returns
344344
-------
345345
ret : Tensor
346-
The output tensor for the conv2d layer.
346+
The output tensor for the conv3d layer.
347347
"""
348348
return op.conv3d(
349349
x,

0 commit comments

Comments
 (0)