Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Ddicts.py685 def _is_matching_diffusers_cls(cls) -> bool: function
725 return _is_matching_transformers_cls(cls) or _is_matching_diffusers_cls(cls)