Skip to content

Commit 94836ca

Browse files
arjungtensorflow-copybara
authored andcommitted
Update nsl/estimator/__init__.py to explicitly specify the __all__ attribute. This will fix API docs for nsl.estimator.
PiperOrigin-RevId: 273639453
1 parent 2a665fb commit 94836ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neural_structured_learning/estimator/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66

77
from neural_structured_learning.estimator.adversarial_regularization import add_adversarial_regularization
88
from neural_structured_learning.estimator.graph_regularization import add_graph_regularization
9+
10+
__all__ = ['add_adversarial_regularization', 'add_graph_regularization']

0 commit comments

Comments
 (0)