NVIDIA DeepStream SDK API Reference6.0 Release |
Definition at line 441 of file nvdsinfer_context.h.
Data Fields | |
NvDsInferLayerInfo * | tensors |
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... | |
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.