Metadata-Version: 2.4
Name: numpy-u8-tensor-dto
Version: 0.1.1
Summary: Probably world fastest binary tensor stream reader for numpy; Using n;n;...;n:data for example c;h;w:data of image
Author-email: Alexis K <alexiskgm@gmail.com>
Keywords: numpy,tensor,stream,rknn,pytorch
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0

# numpy-u8-tensor-dto

A minimal, high-performance utility for reading binary tensor streams into NumPy arrays.  
Designed for low-overhead data pipelines on ARM devices (e.g., Orange Pi 3B, RK3566) and ML inference (RKNN, PyTorch).

## Protocol Format

The stream uses a simple ASCII prefix followed by raw bytes:

```text
dim0;dim1;...;dimN:raw_bytes
