pub fn to_bytes<B: Backend>(tensors: &[(String, Tensor<B>)]) -> Result<Vec<u8>>
Serialize named tensors to an in-memory byte vector in safetensors format.