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
cmeCostModelStage
is_leaf(self)CostModelStage
kwargsStage
list_of_callablesStage
run(self)CostModelStage
cost_model_classCostModelStage
is_leaf(self)CostModelStage
kwargsStage
list_of_callablesStage
run(self)CostModelStage
diff --git a/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage.html b/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage.html index 2dd0ecb3..f7fc4ec1 100644 --- a/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage.html +++ b/doxygen/html/classzigzag_1_1classes_1_1stages_1_1CostModelStage_1_1CostModelStage.html @@ -116,9 +116,9 @@ - - - + + + @@ -133,6 +133,8 @@

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...
 
+ + @@ -144,8 +146,8 @@

Detailed Description

Pipeline stage that calls a cost model to evaluate a mapping on a HW config.

Constructor & Destructor Documentation

- -

◆ __init__()

+ +

◆ __init__()

@@ -198,6 +200,12 @@

 

+ + + + + + @@ -294,6 +302,20 @@

+ + + +

◆ cost_model_class

+ +
+
+

Public Attributes

 cost_model_class
 
 cme
 
- Public Attributes inherited from Stage
access_same_data_considered_as_no_access = True,
 cost_model_class = CostModelEvaluation,
+ + + +
cost_model_class
+
+

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