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
julia>typeof(std(xs)) # As expected
Float32
julia>typeof(mean(xs, ws)) # as expected
Float32
julia>typeof(std(xs, ws)) # Not expected Should be a Float32
Float64
I was pretty sure this used to work to give a Float32
if so, I can't work-out when it changed.
The text was updated successfully, but these errors were encountered:
Setup:
Now trying some operations
I was pretty sure this used to work to give a
Float32
if so, I can't work-out when it changed.
The text was updated successfully, but these errors were encountered: