Module arrow

Module arrow 

Source
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