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
We introduced the TypeWrap trick in #597 for type stability. I find the name difficult to parse since TypeWrap does not hint at its purpose. Given that this trick is for automatically determining the suitable type during autodiff, we might want to introduce a convenience function, AutoType, so users can call models with:
We introduced the
TypeWrap
trick in #597 for type stability. I find the name difficult to parse sinceTypeWrap
does not hint at its purpose. Given that this trick is for automatically determining the suitable type during autodiff, we might want to introduce a convenience function,AutoType
, so users can call models with:instead of
Related: TuringLang/Turing.jl#2225 (comment)
The text was updated successfully, but these errors were encountered: