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.
SpatialMapping Member List

This is the complete list of members for SpatialMapping, including all inherited members.

__contains__(self, Any key)LayerAttribute
__eq__(self, Any other)SpatialMapping
zigzag::workload::layer_attribute::LayerAttribute.__eq__(self, object other)LayerAttribute
__getitem__(self, OADimension key)SpatialMapping
zigzag::workload::layer_attribute::LayerAttribute.__getitem__(self, Any key)LayerAttribute
__hash__(self)SpatialMapping
__init__(self, dict[OADimension, MappingSingleOADim] data)SpatialMapping
zigzag::workload::layer_attribute::LayerAttribute.__init__(self, Any data)LayerAttribute
__iter__(self)LayerAttribute
__jsonrepr__(self)LayerAttribute
__len__(self)LayerAttribute
__repr__(self)LayerAttribute
__setitem__(self, OADimension key, MappingSingleOADim value)SpatialMapping
__str__(self)SpatialMapping
all_contained_layer_dims(self)SpatialMapping
check_and_reduce(self, dict[OADimension, dict[LayerDim, UnrollFactorInt]] max_unrollings, dict[LayerDim, UnrollFactor] layer_dim_sizes)SpatialMapping
copy(self)SpatialMapping
dataSpatialMapping
delete_layer_dim(self, LayerDim layer_dim)SpatialMapping
empty()SpatialMappingstatic
flatten_unrollings(self)SpatialMapping
get_performance_indicator(self)SpatialMapping
get_total_unrolling_of_layer_dim(self, LayerDim layer_dim)SpatialMapping
hw_utilization(self)SpatialMapping
initialize_oa_dims(self, dict[OADimension, int] oa_dim_sizes)SpatialMapping
is_valid(self, dict[OADimension, dict[LayerDim, UnrollFactorInt]] max_unrollings, dict[LayerDim, UnrollFactor] layer_dim_sizes)SpatialMapping
items(self)SpatialMapping
keys(self)SpatialMapping
mappings(self)SpatialMapping
oa_dim_sizesSpatialMapping
oa_dims(self)SpatialMapping
values(self)SpatialMapping