You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu
43
43
|`prefix`|[`DynamicPPL.prefix`](@extref)| Prefix all variable names in a model with a given VarName |
44
44
|`LogDensityFunction`|[`DynamicPPL.LogDensityFunction`](@extref)| A struct containing all information about how to evaluate a model. Mostly for advanced users |
45
45
|`@addlogprob!`|[`DynamicPPL.@addlogprob!`](@extref)| Add arbitrary log-probability terms during model evaluation |
46
+
|`setthreadsafe`|[`DynamicPPL.setthreadsafe`](@extref)| Mark a model as requiring threadsafe evaluation |
0 commit comments