设置输入形状。
def set_input_shape(self, shape)
参数名
参数类型
输入/输出
说明
shape
array
输入
输入形状。
只支持[1,n],n为tokenid数量。
无