Searched defs:add_new_features (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/pad_mm/ | ||
H A D | train_regression_pad_mm.py | 17 def add_new_features(self, results): member in AHTrainPadMM |
H A D | train_pad_mm.py | 17 def add_new_features(self, results): member in AHTrainPadMM |
H A D | train_decision_pad_mm.py | 17 def add_new_features(self, results): member in AHTrainDecisionTreePadMM |
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/mixed_mm/ | ||
H A D | train_decision_mixedmm.py | 17 def add_new_features(self, results): member in AHTrainDecisionTreeMixedMM |
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/mm/ | ||
H A D | train_decision_mm.py | 19 def add_new_features(self, results): member in AHTrainDecisionTreeMM |
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/ | ||
H A D | train.py | 104 def add_new_features(self, results): member in AHTrain |