Delete extra_ops.py
, replace with specialized files with more informative names
#959
Labels
extra_ops.py
, replace with specialized files with more informative names
#959
Description
One might be
indexing.py
orindex_tricks.py
. That could hold anything related to generating indices or masks (including the new_delta
and_iota
functions introduced in #722.There could also be a file called
makers.py
to hold ops likept.linspace
that make a useful tensor.pt.arange
kind of straddles between an index and a tensor used in actual computation, so we could have a big debate about where it could go!Other themes from stuff in extra ops:
signal.py
?)Needs some thought, obviously these are just some ideas to start a discussion.
The text was updated successfully, but these errors were encountered: