Searched refs:module_error_inputs_func (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_modules.py | 225 module_error_inputs_func=None, # Function to generate module inputs that error argument 237 self.module_error_inputs_func = module_error_inputs_func 4216 module_error_inputs_func=module_error_inputs_torch_nn_RNN_GRU_Cell, 4220 module_error_inputs_func=module_error_inputs_torch_nn_RNN_GRU_Cell, 4224 module_error_inputs_func=module_error_inputs_torch_nn_LSTMCell, 4331 module_error_inputs_func=module_error_inputs_torch_nn_RNN_GRU, 4337 module_error_inputs_func=module_error_inputs_torch_nn_RNN_GRU, 4342 module_error_inputs_func=module_error_inputs_torch_nn_RNN_GRU, 4413 module_error_inputs_func=module_error_inputs_torch_nn_Pad1d, 4417 module_error_inputs_func=module_error_inputs_torch_nn_Pad2d, [all …]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_modules.py | 846 @modules([module for module in module_db if module.module_error_inputs_func is not None]) 849 error_inputs = module_info.module_error_inputs_func(module_info, device=device, dtype=dtype,
|