pub fn match_to_inputs(
    inputs: &Vec<Input>,
    values: HashMap<String, InputTensor>
) -> Result<Vec<InputTensor>, Error>