Searched defs:is_matching_cls (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ | ||
H A D | script_object.py | 31 def is_matching_cls(cls, user_cls: type): member in TorchScriptObjectVariable |
H A D | dicts.py | 728 def is_matching_cls(cls): member in CustomizedDictVariable |
H A D | torch.py | 197 def is_matching_cls(value): member in TorchCtxManagerClassVariable |
H A D | lists.py | 934 def is_matching_cls(cls, user_cls: type): member in RestrictedListSubclassVariable |