|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
A batch is an array of frames.
This structure holds the output for all the frames in the batch and related buffers information.
Definition at line 446 of file nvdsinfer_context.h.

Data Fields | |
| NvDsInferFrameOutput * | frames |
| Array of outputs for each frame in the batch. More... | |
| unsigned int | numFrames |
| void ** | outputDeviceBuffers |
| Array of pointers to set of output device buffers for this batch. More... | |
| unsigned int | numOutputDeviceBuffers |
| void ** | hostBuffers |
| Array of pointers to set of host buffers for this batch. More... | |
| unsigned int | numHostBuffers |
| unsigned int | outputBatchID |
| ID for the set of output buffers. More... | |
| NvDsInferFrameOutput* NvDsInferContextBatchOutput::frames |
Array of outputs for each frame in the batch.
Definition at line 449 of file nvdsinfer_context.h.
| void** NvDsInferContextBatchOutput::hostBuffers |
Array of pointers to set of host buffers for this batch.
Definition at line 457 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchOutput::numFrames |
Definition at line 450 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchOutput::numHostBuffers |
Definition at line 458 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchOutput::numOutputDeviceBuffers |
Definition at line 454 of file nvdsinfer_context.h.
| unsigned int NvDsInferContextBatchOutput::outputBatchID |
ID for the set of output buffers.
Definition at line 461 of file nvdsinfer_context.h.
| void** NvDsInferContextBatchOutput::outputDeviceBuffers |
Array of pointers to set of output device buffers for this batch.
Definition at line 453 of file nvdsinfer_context.h.