create 功能描述创建并返回一个CLIPEmbedding对象。 函数原型@staticmethod def create(**kwargs) 输入参数说明 参数名 数据类型 可选/必选 说明 kwargs dict 必选 关键字参数,参考类功能的入参,必选参数必须传入,否则将抛出KeyError。 返回值说明 数据类型 说明 CLIPEmbedding CLIPEmbedding对象。 父主题: CLIPEmbedding