Expand description
Standalone Arrow IPC helpers for gradient serialization.
These functions serialize/deserialize raw f32 gradient slices to/from
Apache Arrow IPC format so that gradients can be stored as content-addressed
blocks in the IPFS block store.
Functionsยง
- load_
gradient_ from_ arrow - Deserialize gradient from Arrow IPC bytes produced by
store_gradient_as_arrow. - store_
gradient_ as_ arrow - Serialize a gradient tensor as an Arrow IPC RecordBatch.