We currently do not setup anything for handling Int64/UInt64 exactly. The other smaller integer types are already covered even if we convert to Float64. We can easily handle also Int64/UInt64 exactly by changing slightly set_from_zero! for these types and by adding an optional type parameter to our Weights e.g. FixedSizedWeights{Int64}(...).
We currently do not setup anything for handling
Int64/UInt64exactly. The other smaller integer types are already covered even if we convert toFloat64. We can easily handle alsoInt64/UInt64exactly by changing slightlyset_from_zero!for these types and by adding an optional type parameter to ourWeightse.g.FixedSizedWeights{Int64}(...).