Skip to main content

written_down

Function written_down 

Source
pub fn written_down(kind: impl Into<String>, bytes: Vec<u8>) -> Value
Expand 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.