Adopt Python array API standard #729
Labels
graph objects
help wanted
Extra attention is needed
important
NumPy compatibility
refactor
This issue involves refactoring
request discussion
We should consider adopting the Python array API standard standard.
I also noticed that the standard uses the terms "singleton dimension" for what we're calling "broadcastables" (i.e.
TensorType.broadcastable
) and "rank" for our "ndim" (i.e.Type.ndim
).At the very least, we should deprecate Theano's custom terminology in favor of something with more potential for general adoption, like these terms.
The text was updated successfully, but these errors were encountered: