Quansight-Labs / numpy_pytorch_interop

19 stars 4 forks source link

Clean-up reductions #131

Closed lezcano closed 1 year ago

lezcano commented 1 year ago
lezcano commented 1 year ago

I realized we are exporting a few more things than we need (decorators) in linalg and fft. Should we do something about those? We'd need to qualify their calls, which is a bit annoying.

ev-br commented 1 year ago

Should we do something about those? We'd need to qualify their calls, which is a bit annoying.

del them in the __init__.py?