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

A class to represent a constraint on a permutation that requires a predefined order for some or all elements. More...

Inheritance diagram for StaticPositionsConstraint:
Collaboration diagram for StaticPositionsConstraint:

Public Member Functions

def __init__ (self, dict[int, LayerDim] static_positions)
 
bool is_valid (self, list[Any] permutation)
 
def is_empty (self)
 

Public Attributes

 static_positions
 

Detailed Description

A class to represent a constraint on a permutation that requires a predefined order for some or all elements.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
dict[int, LayerDim static_positions 
)

Member Function Documentation

◆ is_empty()

def is_empty (   self)

Reimplemented from PermutationConstraint.

◆ is_valid()

bool is_valid (   self,
list[Any]  permutation 
)

Reimplemented from PermutationConstraint.

Here is the caller graph for this function:

Member Data Documentation

◆ static_positions

static_positions

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