|
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 keeps yields only the sum of all cost model evaluations generated by its substages created by list_of_callables. More...


Public Member Functions | |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from Stage | |
| kwargs | |
| list_of_callables | |
Class that keeps yields only the sum of all cost model evaluations generated by its substages created by list_of_callables.
| def run | ( | self | ) |