解决方案:当输入的input shape[0]为1,且是单输入模型时,可以使用 input_batch 参数。每份校准数据shape大小与原模型shape保持一致。当输入的input shape[0]不为1,不支持使用 input_batch 参数。