NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsInferContextBatchPreprocessedInput Struct Reference

Detailed Description

Definition at line 480 of file 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 484 of file nvdsinfer_context.h.

◆ returnFuncData

void* NvDsInferContextBatchPreprocessedInput::returnFuncData

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

Definition at line 489 of file nvdsinfer_context.h.

◆ returnInputFunc

NvDsInferContextReturnInputAsyncFunc NvDsInferContextBatchPreprocessedInput::returnInputFunc

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

Definition at line 486 of file nvdsinfer_context.h.

◆ tensors

NvDsInferLayerInfo* NvDsInferContextBatchPreprocessedInput::tensors

Definition at line 482 of file nvdsinfer_context.h.


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