Skip to content

Commit

Permalink
fix(ivy): Resolve NameError: name 'activations' is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTz committed Aug 31, 2023
1 parent 20e7e7c commit 38338fe
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions ivy/functional/backends/torch/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,3 @@
from .sparse_array import *
from .statistical import *
from .utility import *

del (
activations,
converters,
creation,
data_type,
device,
elementwise,
general,
gradients,
layers,
linear_algebra,
manipulation,
norms,
random,
searching,
set,
sorting,
sparse_array,
statistical,
utility,
)

0 comments on commit 38338fe

Please sign in to comment.