Holds an embedding model's parameters.
Definition at line 261 of file sources/includes/nvdsmeta_schema.h.
Data Fields | |
| float * | embedding_vector |
| Holds the embedding vector. More... | |
| guint | embedding_length |
| Holds the length of embedding vector. More... | |
| guint NvDsEmbedding::embedding_length |
Holds the length of embedding vector.
Definition at line 263 of file sources/includes/nvdsmeta_schema.h.
| float * NvDsEmbedding::embedding_vector |
Holds the embedding vector.
Definition at line 262 of file sources/includes/nvdsmeta_schema.h.