Expand description
Apache Arrow integration for zero-copy data exchange
This module provides Apache Arrow IPC format support for tensor data, enabling efficient zero-copy data transfer for ML/data science workflows.
Functionsยง
- create_
tensor_ schema - Create Arrow schema with metadata for tensor shape and dtype
- record_
batch_ to_ ipc_ bytes - Serialize RecordBatch to Arrow IPC Stream format
- tensor_
to_ record_ batch - Convert tensor data to Apache Arrow RecordBatch