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.
Multiplier Class Reference

Renames OperationalUnit to Multiplier, same functionality. More...

Inheritance diagram for Multiplier:
Collaboration diagram for Multiplier:

Additional Inherited Members

- Public Member Functions inherited from OperationalUnit
def __init__ (self, float energy_cost, float area)
 General class for a unit that performs a certain operation. More...
 
def __jsonrepr__ (self)
 JSON Representation of this class to save it to a json file. More...
 
bool __eq__ (self, object other)
 
- Public Attributes inherited from OperationalUnit
 energy_cost
 
 area
 

Detailed Description

Renames OperationalUnit to Multiplier, same functionality.


The documentation for this class was generated from the following file: