Skip to content

bug: tensor types are not recognized as types #219

Closed
@justinchuby

Description

@justinchuby

Seen in #223

  1. "INT64" expects no type arguments, but 1 given [MYPY]

    def aten_ones(size: INT64[...]) -> TensorType:
  2. Unexpected "..." [MYPY]

    def aten_row_stack(tensors: TensorType[...]) -> TensorType:
  3. INT64 does not accept a default value Default value support in functions #229

    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: torchlibRelated to the torch/aten function lib in developmenttopic: typingTyping related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions