Cleanup PrimDef #479
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#479
Loading…
Reference in New Issue
No description provided.
Delete Branch "clean-primdef"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current
enum PrimDef
has odd organization.This PR would be a good place to address #478 (comment), and also look for similar problems and fix them.
core/toplevel: add more numpy categories
since there will be a lot more categories soon:np.{reshape,transpose,swapaxes,broadcast_to}
etc