GStreamer Video Analytics (GVA) Plugin
Public Attributes | List of all members
_GstGVATensorMeta Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ data

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

◆ meta

GstMeta _GstGVATensorMeta::meta

parent meta object


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