Stream Documentation
Stream is a HW architecture-mapping design space exploration (DSE) framework for multi-core deep learning accelerators. The mapping can be explored at different granularities, ranging from classical layer-by-layer processing to fine-grained layer-fused processing. Stream builds on top of the ZigZag DSE framework, found here.
More information with respect to the capabilities of Stream can be found in the following paper:
> pip install -r requirements.txt
> cd stream
> python api.py
Documentation for Stream is underway!