GStreamer Video Analytics (GVA) Plugin
|
This struct represents raw tensor metadata and contains instance of parent GstMeta and fields describing inference result tensor. This metadata instances is attached to buffer by gvainference elements. More...
#include <gva_tensor_meta.h>
Public Attributes | |
GstMeta | meta |
GstStructure * | data |
This struct represents raw tensor metadata and contains instance of parent GstMeta and fields describing inference result tensor. This metadata instances is attached to buffer by gvainference elements.
GstStructure* _GstGVATensorMeta::data |
pointer to GstStructure data contains: precision, rank, array tensor's dimensions, layout, output layer name, model name, tensor data, tensor size, id of GStreamer pipeline element
GstMeta _GstGVATensorMeta::meta |
parent meta object