Expand description
Apache Arrow integration for zero-copy tensor transport
Provides Arrow memory layout for tensors, enabling:
- Zero-copy data access
- Efficient columnar data formats
- Interoperability with Arrow ecosystem
Structs§
- Arrow
Tensor - Arrow-backed tensor for zero-copy access
- Arrow
Tensor Store - Collection of tensors stored in Arrow format
- Tensor
Metadata - Tensor metadata for self-describing tensors
Enums§
- Tensor
Dtype - Tensor data type
Traits§
- Zero
Copy Accessor - Zero-copy tensor accessor trait
Functions§
- buffer_
from_ bytes - Create Arrow buffer from raw bytes (zero-copy when possible)