liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
38 stars 2 forks source link

Update GraphBuilder to allow conversion of all floats to float64 #207

Open jobrachem opened 2 weeks ago

jobrachem commented 2 weeks ago

Currently, the GraphBuilder can either convert all floats to float32, or not convert floats at all. However, we may also want functionality to convert all floats to float64.