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
See feedback from RxInfer.jl#116 and their datavars comment.
During the development of FloatTracker we ran into lots of functions like floatmin, eps, one, etc. (see TrackedFloat.jl for more examples, search "Type-based functions") that we had to wrap specifically to handle the TrackedFloatN types.
We should
Improve the docs on handling functions like this in third-party code
Maybe provide some tooling to make that work easier/more automatic for users of FloatTracker
The text was updated successfully, but these errors were encountered:
See feedback from RxInfer.jl#116 and their
datavars
comment.During the development of
FloatTracker
we ran into lots of functions likefloatmin
,eps
,one
, etc. (seeTrackedFloat.jl
for more examples, search "Type-based functions") that we had to wrap specifically to handle theTrackedFloatN
types.We should
The text was updated successfully, but these errors were encountered: