Skip to content

Commit cca3579

Browse files
authored
Update __init__.py
1 parent b9dfd1f commit cca3579

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/relaxit/distributions/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from .LogisticNormalSoftmax import LogisticNormalSoftmax
77
from .StochasticTimesSmooth import StochasticTimesSmooth
88
from .StraightThroughBernoulli import StraightThroughBernoulli
9+
from .RebarRelaxation import RebarRelaxation
910

1011

1112
__all__ = [
@@ -16,5 +17,6 @@
1617
"InvertibleGaussian",
1718
"LogisticNormalSoftmax",
1819
"StochasticTimesSmooth",
19-
"StraightThroughBernoulli"
20+
"StraightThroughBernoulli",
21+
"RebarRelaxation"
2022
]

0 commit comments

Comments
 (0)