Skip to content

Support multi-type operations where reasonable #28

@adamlerer

Description

@adamlerer

E.g. it would be nice if this worked:

a = torch.IntTensor(10)
b = torch.LongTensor(10)
a.eq(b)

Same with add, subtract, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA request for a proper, new feature.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions