Closed
Description
Seen in #223
-
"INT64" expects no type arguments, but 1 given [MYPY]
def aten_ones(size: INT64[...]) -> TensorType:
-
Unexpected "..." [MYPY]
def aten_row_stack(tensors: TensorType[...]) -> TensorType:
-
Default value support in functions #229INT64
does not accept a default value