def set_input_shape(self, shape) 函数功能设置输入形状。 函数原型def set_input_shape(self, shape) 参数说明 参数名 参数类型 输入/输出 说明 shape array 输入 输入形状。 只支持[1,n],n为tokenid数量,且n<=16000。 返回值无 父主题: class Input