Skip to content

[torchlib] aten.instance_norm #1280

@BowenBao

Description

@BowenBao

Related to this issue: #1262

We discovered that aten::instance_norm is decomposed during export, emitting combination of reshape + reduce + batchnorm.
It is possible to skip decomposition in exporter, and try to convert to onnx::InstanceNormalization instead. This needs torchlib support for this operator.

cc @xiaowuhu, @fatcat-z, @justinchuby, @titaiwangms

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