Skip to content

Commit

Permalink
Expose Sampler base class in public API.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 395124580
  • Loading branch information
dbudden authored and copybara-github committed Sep 6, 2021
1 parent db8f86d commit 762165c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clrs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from clrs._src.samplers import clrs21_val
from clrs._src.samplers import Features
from clrs._src.samplers import Feedback
from clrs._src.samplers import Sampler
from clrs._src.samplers import Trajectory
from clrs._src.specs import Location
from clrs._src.specs import OutputClass
Expand All @@ -48,6 +49,7 @@
"Feedback",
"Location",
"Model",
"Sampler",
"Spec",
"SPECS",
"Stage",
Expand Down

0 comments on commit 762165c

Please sign in to comment.