Definition at line 518 of file sources/includes/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 522 of file sources/includes/nvdsinfer_context.h.
| 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.
| 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.
| NvDsInferLayerInfo * NvDsInferContextBatchPreprocessedInput::tensors |
Definition at line 520 of file sources/includes/nvdsinfer_context.h.