pub fn written_down(kind: impl Into<String>, bytes: Vec<u8>) -> ValueExpand description
Something written down: what kind it was, and the bytes it became. The
kind is named after the type or the format and never after the run —
torch.Tensor, arrow.RecordBatch — since it is also how the far end knows
who to ask to read it back.