struct _GstGVATensorMeta#
Overview#
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> struct _GstGVATensorMeta { // fields GstMeta meta; GstStructure* data; };
Detailed Documentation#
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.
Fields#
GstMeta meta
parent meta object
GstStructure* 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