in src/exporters/coreml/config.py [0:0]
def inputs(self) -> "OrderedDict[str, InputDescription]":
"""
Ordered mapping of the inputs from the original model to the exported Core ML model.
"""
common_inputs = self._input_descriptions
if self.use_past:
self.fill_inputs_with_past_key_values_(common_inputs)
return common_inputs