Searched refs:load_torch_function_handler (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/nn/ |
H A D | test_load_state_dict.py | 456 def load_torch_function_handler(cls, func, types, args=(), kwargs=None): function 508 return load_torch_function_handler(cls, func, types, args, kwargs) 516 return load_torch_function_handler(cls, func, types, args, kwargs)
|