Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

sort_by_key returned bad result when the tensor had NaN value  #1637

@wawltor

Description

@wawltor

When we have the tensor with value [5, 9, nan, 5], we expected the result [5, 5, 9, nan] when using the api of sort_by_key , but the returned result is [5, nan , 5, 9].

Metadata

Metadata

Assignees

No one assigned

    Labels

    info neededCannot make progress without more information.repro: missingMissing a complete example that reproduces the issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions