issues
search
pyro-ppl
/
funsor
Functional tensors for probabilistic programming
https://funsor.pyro.ai
Apache License 2.0
236
stars
20
forks
source link
Reduce stack depth of PrioritizedInterpretation; add docs
#468
Closed
fritzo
closed
3 years ago
fritzo
commented
3 years ago
Summary
Reduces stack depth of
ProiritizedInterpretation
, as pair coded with @eb8680 in #463
Moves
MemoizeInterpretation
into interpretations.py (since it is a basic combinator and has no special patterns)
Adds interpretations docstrings
Fixes docs errors in funsor.ops and funsor.typing
Tested
built docs locally
Summary
ProiritizedInterpretation
, as pair coded with @eb8680 in #463MemoizeInterpretation
into interpretations.py (since it is a basic combinator and has no special patterns)Tested