Internal data structure for configured tensors info (for other/tensors). More...
#include <tensor_typedef.h>
Public Attributes | |
GstTensorsInfo | info |
int | rate_n |
int | rate_d |
Internal data structure for configured tensors info (for other/tensors).
Definition at line 284 of file tensor_typedef.h.
GstTensorsInfo GstTensorsConfig::info |
tensor info
Definition at line 286 of file tensor_typedef.h.
int GstTensorsConfig::rate_d |
framerate is in fraction, which is numerator/denominator
Definition at line 288 of file tensor_typedef.h.
int GstTensorsConfig::rate_n |
framerate is in fraction, which is numerator/denominator
Definition at line 287 of file tensor_typedef.h.