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

An abstract class to represent a constraint on a permutation. More...

Inheritance diagram for PermutationConstraint:
Collaboration diagram for PermutationConstraint:

Public Member Functions

bool is_valid (self, list[Any] permutation)
 
bool is_empty (self)
 

Detailed Description

An abstract class to represent a constraint on a permutation.

Member Function Documentation

◆ is_empty()

bool is_empty (   self)

◆ is_valid()

bool is_valid (   self,
list[Any]  permutation 
)

Reimplemented in StaticPositionsAndSizesConstraint, and StaticPositionsConstraint.

Here is the caller graph for this function:

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