Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Ddicts.py724 def is_matching_cls_hf(cls): member in CustomizedDictVariable
740 return CustomizedDictVariable.is_matching_cls_hf(cls)
774 if cls.is_matching_cls_hf(user_cls):
802 if not cls.is_matching_cls_hf(user_cls):
832 is_hf_model_output = self.is_matching_cls_hf(self.user_cls)
H A Dbuilder.py584 elif CustomizedDictVariable.is_matching_cls_hf(type(value)):