liesel
liesel copied to clipboard
Update GraphBuilder to allow conversion of all floats to float64
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
.