NVIDIA DeepStream SDK API Reference

6.1.1 Release

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

Detailed Description

Definition at line 441 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

unsigned int NvDsInferContextBatchPreprocessedInput::numInputTensors

Holds the number of input tensors.

Definition at line 445 of file nvdsinfer_context.h.

void* NvDsInferContextBatchPreprocessedInput::returnFuncData

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

Definition at line 450 of file nvdsinfer_context.h.

NvDsInferContextReturnInputAsyncFunc NvDsInferContextBatchPreprocessedInput::returnInputFunc

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

Definition at line 447 of file nvdsinfer_context.h.

NvDsInferLayerInfo* NvDsInferContextBatchPreprocessedInput::tensors

Definition at line 443 of file nvdsinfer_context.h.


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