NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsInferContextBatchPreprocessedInput Struct Reference

Detailed Description

Definition at line 518 of file sources/includes/nvdsinfer_context.h.

Collaboration diagram for NvDsInferContextBatchPreprocessedInput:

Data Fields

NvDsInferLayerInfotensors
 
unsigned int numInputTensors
 Holds the number of input tensors. More...
 
NvDsInferContextReturnInputAsyncFunc returnInputFunc
 Holds a callback for returning the input buffers to the client. More...
 
void * returnFuncData
 A pointer to the data to be supplied with the callback in returnInputFunc. More...
 

Field Documentation

◆ numInputTensors

unsigned int NvDsInferContextBatchPreprocessedInput::numInputTensors

Holds the number of input tensors.

Definition at line 522 of file sources/includes/nvdsinfer_context.h.

◆ returnFuncData

void * NvDsInferContextBatchPreprocessedInput::returnFuncData

A pointer to the data to be supplied with the callback in returnInputFunc.

Definition at line 527 of file sources/includes/nvdsinfer_context.h.

◆ returnInputFunc

NvDsInferContextReturnInputAsyncFunc NvDsInferContextBatchPreprocessedInput::returnInputFunc

Holds a callback for returning the input buffers to the client.

Definition at line 524 of file sources/includes/nvdsinfer_context.h.

◆ tensors

NvDsInferLayerInfo * NvDsInferContextBatchPreprocessedInput::tensors

Definition at line 520 of file sources/includes/nvdsinfer_context.h.


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