Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand support for Numpy NDArray functions #149

Open
7 of 12 tasks
Casper-Guo opened this issue Dec 4, 2022 · 2 comments
Open
7 of 12 tasks

Expand support for Numpy NDArray functions #149

Casper-Guo opened this issue Dec 4, 2022 · 2 comments
Assignees
Labels

Comments

@Casper-Guo
Copy link
Contributor

Casper-Guo commented Dec 4, 2022

#143 implemented Numpy NDArray support, opening the door to supporting a wide range of Numpy functions. Here is a list of frequently used functions and how they might be represented.

Some functions have unambiguous mathematical notations:

Some other functions have standard representations in some cases (for example, when all the keyword arguments are set to the default). Refer to Numpy documentation, especially the calculations section, for many such functions. Note that some of these functions are implemented both in numpy and np.ndarray.

@ZibingZhang
Copy link
Contributor

This feels like a bunch of function expansions.

@odashi
Copy link
Collaborator

odashi commented Dec 11, 2022

some of them can be implemented by the existing tools.
For $a^T$, it shouldn't be implemented as pow(a, T) because it is not actually the power operator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants