Searched defs:get_prediction_confidence (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pytorch/tools/testing/target_determination/heuristics/ |
H A D | historical_edited_files.py | 29 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in HistorialEditedFiles
|
H A D | profiling.py | 27 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in Profiling
|
H A D | correlated_with_historical_failures.py | 24 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in CorrelatedWithHistoricalFailures
|
H A D | edited_by_pr.py | 21 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in EditedByPR
|
H A D | public_bindings.py | 23 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in PublicBindings
|
H A D | mentioned_in_pr.py | 30 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in MentionedInPR
|
H A D | llm.py | 26 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in LLM
|
H A D | historical_class_failure_correlation.py | 34 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in HistoricalClassFailurCorrelation
|
H A D | previously_failed_in_pr.py | 30 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in PreviouslyFailedInPR
|
H A D | filepath.py | 90 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in Filepath
|
H A D | interface.py | 326 def get_prediction_confidence(self, tests: list[str]) -> TestPrioritizations: member in HeuristicInterface
|
/aosp_15_r20/external/pytorch/tools/test/heuristics/ |
H A D | test_interface.py | 31 def get_prediction_confidence( member in TestTD.make_heuristic.Heuristic
|