Skip to content

Commit

Permalink
remove export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Aug 30, 2023
1 parent 9637435 commit 41f6d2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keras_core/utils/torch_utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import keras_core
from keras_core.api_export import keras_core_export
from keras_core.layers import Layer


@keras_core_export(["keras_core.utils.TorchModuleWrapper"])
class TorchModuleWrapper(Layer):
"""Torch module wrapper layer.
Expand Down

0 comments on commit 41f6d2a

Please sign in to comment.