Home
last modified time | relevance | path

Searched defs:update_labels (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/.github/scripts/
H A Dlabel_utils.py44 def update_labels(labels: List[str], info: str) -> None: function
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dlabel_utils.py38 def update_labels(labels: List[str], info: str) -> None: function
/aosp_15_r20/external/autotest/server/hosts/
H A Dbase_label.py300 def update_labels(self, host, task_name='', keep_pool=False): member in LabelRetriever