Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Duser_defined.py981 def is_supported_nn_module_method(self, method): member in UserDefinedObjectVariable
1103 if self.is_supported_nn_module_method(subobj):
H A Dnn_module.py983 if self.is_supported_nn_module_method(method):