pub fn deserialize_checkpoint(
bytes: &[u8],
format: CheckpointFormat,
) -> Result<OptimizerCheckpoint, CheckpointError>Expand description
Deserialize an OptimizerCheckpoint from bytes using the chosen format.
pub fn deserialize_checkpoint(
bytes: &[u8],
format: CheckpointFormat,
) -> Result<OptimizerCheckpoint, CheckpointError>Deserialize an OptimizerCheckpoint from bytes using the chosen format.