Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dmatch_utils.py30 def _is_match(modules, node, pattern, max_uses=sys.maxsize): argument
/aosp_15_r20/external/pytorch/test/fx/
H A Dquantization.py215 def matches(modules, node, pattern, max_uses=sys.maxsize): argument
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dkeymaster_enforcement.cpp444 bool KeymasterEnforcement::MaxUsesPerBootNotExceeded(const km_id_t keyid, uint32_t max_uses) { in MaxUsesPerBootNotExceeded()