Skip to content

Support Operator Overloading  #3

Open
@cryptodeal

Description

@cryptodeal

What is the problem this feature would solve?

Add support for operator overloading so that it's possible to do:

var c: Tensor = a + b;

Rather than requiring, which is the status quo:

var c: Tensor = add(a, b);

What is the feature you are proposing to solve the problem?

Likely can employ a library such as comath or at least employ a customized approach similar to what's used in comath to enable processing this at comptime.

What alternatives have you considered?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions