NVIDIA DeepStream SDK API Reference

6.0.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsPreProcessTensorMeta Struct Reference

Detailed Description

tensor meta containing prepared tensor and related info inside preprocess user meta which is attached at batch level

Definition at line 50 of file nvdspreprocess_meta.h.

Data Fields

void * raw_tensor_buffer
 raw tensor buffer preprocessed for infer More...
 
guint64 buffer_size
 size of raw tensor buffer More...
 
std::vector< int > tensor_shape
 raw tensor buffer shape More...
 
NvDsDataType data_type
 model datatype for which tensor prepared More...
 
std::string tensor_name
 to be same as model input layer name More...
 
guint gpu_id
 gpu-id on which tensor prepared More...
 
void * private_data
 reserved for private use More...
 

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