Skip to content

Spec changed for reduction ops when noop_with_empty_axes is True #26288

@Honry

Description

@Honry

The ONNX spec has fixed the issue about incorrect behavior for ReduceSumSquare and other reduction ops when noop_with_empty_axes is true in this PR.

e.g. for ReduceSumSquare, when axes input is not provided or is empty and noop_with_empty_axes is True, square should be always applied on individual elements. But current implementation just returns the input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions