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

Class that stores a single for-loop's information. More...

Public Member Functions

def __init__ (self, LayerDim layer_dim, UnrollFactor size, str loop_type="temporal")
 Initialize the loop with the given layer_dim string and size. More...
 
def __str__ (self)
 
def __repr__ (self)
 
bool __eq__ (self, object other)
 

Public Attributes

 layer_dim
 
 size
 
 loop_type
 

Detailed Description

Class that stores a single for-loop's information.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
LayerDim  layer_dim,
UnrollFactor  size,
str   loop_type = "temporal" 
)

Initialize the loop with the given layer_dim string and size.

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
object  other 
)

◆ __repr__()

def __repr__ (   self)

◆ __str__()

def __str__ (   self)

Member Data Documentation

◆ layer_dim

layer_dim

◆ loop_type

loop_type

◆ size

size

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