|
ZigZag - Deep Learning Hardware Design Space Exploration
This repository presents the novel version of our tried-and-tested hardware Architecture-Mapping Design Space Exploration (DSE) Framework for Deep Learning (DL) accelerators. ZigZag bridges the gap between algorithmic DL decisions and their acceleration cost on specialized accelerators through a fast and accurate hardware cost estimation.
|
Class that passes through all results yielded by substages, and saves the visualizations of configurations and results. More...


Public Member Functions | |
| def | __init__ (self, list[StageCallable] list_of_callables, *str dump_folder, **Any kwargs) |
| def | run (self) |
Public Member Functions inherited from Stage | |
| def | __init__ (self, list["StageCallable"] list_of_callables, **Any kwargs) |
| def | __iter__ (self) |
| bool | is_leaf (self) |
Public Attributes | |
| dump_folder | |
| loop_ordering_file | |
| figure_is_saved | |
Public Attributes inherited from Stage | |
| kwargs | |
| list_of_callables | |
Class that passes through all results yielded by substages, and saves the visualizations of configurations and results.
| def __init__ | ( | self, | |
| list[StageCallable] | list_of_callables, | ||
| *str | dump_folder, | ||
| **Any | kwargs | ||
| ) |
| dump_folder | Output folder for dumps |
| kwargs | any kwargs, passed on to substages |
| def run | ( | self | ) |
Reimplemented from Stage.


| dump_folder |
| figure_is_saved |
| loop_ordering_file |