Skip to content

repeat_interleave is missing support for output_size kwarg #2687

@yuanyao-nv

Description

@yuanyao-nv

When converting a graph with repeat_interleave, I'm hitting the following error

<class 'TypeError'>: aten_repeat_interleave_self_int() got an unexpected keyword argument 'output_size'

Looks like onnxscript is missing support for the argument?

def aten_repeat_interleave_self_int(
self: TensorType, repeats: int, dim: Optional[int] = None
) -> TensorType:
"""repeat_interleave.self_int(Tensor self, SymInt repeats, int? dim=None, *, SymInt? output_size=None) -> Tensor

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribution welcomeWe welcome code contributions for thisgood first issueGood for newcomersmodule: torchlibRelated to the torch/aten function lib in development

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions