Home
last modified time | relevance | path

Searched defs:key_match (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/common/tools/
Dcheck_allowed_deps.py39 key_match = re.match(r'(\S+):', line) variable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp614 auto key_match = matchTypeVariables( in matchTypeVariables() local