NDArray Generic Functions #372

Open
opened 2023-12-22 16:35:11 +08:00 by derppening · 0 comments
Collaborator

Most ndarray creation functions, such as np.ndarray, have a fixed dtype because generic parameters of functions are not supported.

When generic parameters are supported, we need to refactor this to use the specified generic parameter in the return type of the function.

Most `ndarray` creation functions, such as `np.ndarray`, have a fixed `dtype` because generic parameters of functions are not supported. When generic parameters are supported, we need to refactor this to use the specified generic parameter in the return type of the function.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#372
There is no content yet.