Home
last modified time | relevance | path

Searched refs:tag_regex (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/lazy/core/
Dir_dump_util.cpp35 const std::regex tag_regex("^([a-zA-Z0-9_]+)="); in ParseAttrTag() local
39 node_string.begin() + pos, node_string.end(), match, tag_regex)) { in ParseAttrTag()
/external/pytorch/.github/scripts/
Dfilter_test_configs.py561 tag_regex = re.compile(r"^ciflow/\w+/(?P<pr_number>\d+)$")
571 m = tag_regex.match(tag)