Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/common_lib/test_utils/
H A Dmock.py212 class function_mapping(base_mapping): class
214 super(function_mapping, self).__init__(symbol, return_val, *args,
226 class function_any_args_mapping(function_mapping):
256 mapping = function_mapping(self.symbol, None, *args, **dargs)
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dweight_utils.py244 function_mapping = op_to_type_to_weight_extraction_fn["call_function"]
245 for target_fn_type, weight_extraction_fn in function_mapping.items():