Holds an embedding model's parameters.
Definition at line 266 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 268 of file sources/includes/nvdsmeta_schema.h.
| float * NvDsEmbedding::embedding_vector |
Holds the embedding vector.
Definition at line 267 of file sources/includes/nvdsmeta_schema.h.