NVIDIA DeepStream SDK API Reference

7.0 Release
TensorInfo Struct Reference

Detailed Description

Holds information about an output tensor of the yolo network.

Definition at line 41 of file yolo.h.

Data Fields

std::string blobName
 
uint stride {0}
 
uint gridSize {0}
 
uint numClasses {0}
 
uint numBBoxes {0}
 
uint64_t volume {0}
 
std::vector< uint > masks
 
std::vector< float > anchors
 
int bindingIndex {-1}
 
float * hostBuffer {nullptr}
 

Field Documentation

◆ anchors

std::vector<float> TensorInfo::anchors

Definition at line 50 of file yolo.h.

◆ bindingIndex

int TensorInfo::bindingIndex {-1}

Definition at line 51 of file yolo.h.

◆ blobName

std::string TensorInfo::blobName

Definition at line 43 of file yolo.h.

◆ gridSize

uint TensorInfo::gridSize {0}

Definition at line 45 of file yolo.h.

◆ hostBuffer

float* TensorInfo::hostBuffer {nullptr}

Definition at line 52 of file yolo.h.

◆ masks

std::vector<uint> TensorInfo::masks

Definition at line 49 of file yolo.h.

◆ numBBoxes

uint TensorInfo::numBBoxes {0}

Definition at line 47 of file yolo.h.

◆ numClasses

uint TensorInfo::numClasses {0}

Definition at line 46 of file yolo.h.

◆ stride

uint TensorInfo::stride {0}

Definition at line 44 of file yolo.h.

◆ volume

uint64_t TensorInfo::volume {0}

Definition at line 48 of file yolo.h.


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