diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index d1c58e64..eaee9c22 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage-members.html b/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage-members.html index 86058eb5..c6ed27b4 100644 --- a/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage-members.html +++ b/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage-members.html @@ -91,14 +91,15 @@
This is the complete list of members for CostModelStage, including all inherited members.
__init__(self, List[Callable] list_of_callables, *accelerator, layer, spatial_mapping, spatial_mapping_int, temporal_mapping, access_same_data_considered_as_no_access=True, **kwargs) | CostModelStage | |
__init__(self, List[Callable] list_of_callables, *accelerator, layer, spatial_mapping, spatial_mapping_int, temporal_mapping, access_same_data_considered_as_no_access=True, cost_model_class=CostModelEvaluation, **kwargs) | CostModelStage | |
zigzag::classes::stages::Stage::Stage.__init__(self, List[Callable] list_of_callables, **kwargs) | Stage | |
__iter__(self) | Stage | |
cme | CostModelStage | |
is_leaf(self) | CostModelStage | |
kwargs | Stage | |
list_of_callables | Stage | |
run(self) | CostModelStage | |
cost_model_class | CostModelStage | |
is_leaf(self) | CostModelStage | |
kwargs | Stage | |
list_of_callables | Stage | |
run(self) | CostModelStage |
Public Member Functions | |
def | __init__ (self, List[Callable] list_of_callables, *accelerator, layer, spatial_mapping, spatial_mapping_int, temporal_mapping, access_same_data_considered_as_no_access=True, **kwargs) |
The class constructor Initializes the cost model stage given main inputs. More... | |
def | __init__ (self, List[Callable] list_of_callables, *accelerator, layer, spatial_mapping, spatial_mapping_int, temporal_mapping, access_same_data_considered_as_no_access=True, cost_model_class=CostModelEvaluation, **kwargs) |
The class constructor Initializes the cost model stage given main inputs. More... | |
Generator[Tuple[CostModelEvaluation, Any], None, None] | run (self) |
Run the cost model stage by calling the internal zigzag cost model with the correct inputs. More... | |
Public Attributes | |||
cost_model_class | |||
cme | |||
Public Attributes inherited from Stage | access_same_data_considered_as_no_access = True , |
+ ||
+ | + | + | cost_model_class = CostModelEvaluation , |
+
@@ -294,6 +302,20 @@ |
cost_model_class | +