create
Function
Creates and returns a CLIPEmbedding object.
Prototype
@staticmethod def create(**kwargs)
Parameters
Parameter |
Data Type |
Required/Optional |
Description |
|---|---|---|---|
kwargs |
Dict |
Required |
Keyword parameter (see Class Introduction). The parameter must be passed; otherwise, KeyError is reported. |
Return Value
Data Type |
Description |
|---|---|
CLIPEmbedding |
CLIPEmbedding object. |
Parent topic: CLIPEmbedding