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