Searched refs:function_mapping (Results 1 – 2 of 2) sorted by relevance
212 class function_mapping(base_mapping): class214 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)
244 function_mapping = op_to_type_to_weight_extraction_fn["call_function"]245 for target_fn_type, weight_extraction_fn in function_mapping.items():