pub fn dequantize_weights( ternary: &TernaryWeight, device: &Device, ) -> Result<Tensor>
Dequantize ternary weights back to float tensor.
ternary
device
Returns error if tensor creation fails.