Skip to content

Commit 8d9cb16

Browse files
authored
add return type
1 parent 4a3b37c commit 8d9cb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relax/frontend/torch/fx_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def _conv1d_impl(
749749
padding: Optional[Tuple],
750750
dilation: Optional[Tuple],
751751
groups: Optional[Tuple],
752-
):
752+
) -> relax.Var:
753753
conv1d = self.block_builder.emit(
754754
relax.op.nn.conv1d(
755755
x,

0 commit comments

Comments
 (0)