Doxygen Book
GstTensorRepo Struct Reference

GstTensorRepo data structure. More...

#include <gsttensor_repo.h>

Public Attributes

guint num_data
 
GMutex repo_lock
 
GCond repo_cond
 
GHashTable * hash
 
gboolean initialized
 

Detailed Description

GstTensorRepo data structure.

Definition at line 58 of file gsttensor_repo.h.

Member Data Documentation

◆ hash

GHashTable* GstTensorRepo::hash

Definition at line 63 of file gsttensor_repo.h.

◆ initialized

gboolean GstTensorRepo::initialized

Definition at line 64 of file gsttensor_repo.h.

◆ num_data

guint GstTensorRepo::num_data

Definition at line 60 of file gsttensor_repo.h.

◆ repo_cond

GCond GstTensorRepo::repo_cond

Definition at line 62 of file gsttensor_repo.h.

◆ repo_lock

GMutex GstTensorRepo::repo_lock

Definition at line 61 of file gsttensor_repo.h.


The documentation for this struct was generated from the following file: