Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/utils/_expanded_weights/
H A Dexpanded_weights_impl.py110 handled_functions = HANDLED_FUNCTIONS variable in ExpandedWeight
142 if func in cls.handled_functions:
143 return cls.handled_functions[func].apply(
/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py129 handled_functions = HANDLED_FUNCTIONS_DIAGONAL variable in DiagonalTensor
148 if func not in cls.handled_functions:
150 return cls.handled_functions[func](*args, **kwargs)
269 handled_functions = HANDLED_FUNCTIONS_SUB_DIAGONAL variable in SubDiagonalTensor