NVIDIA DeepStream SDK API Reference4.0 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 461 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 464 of file nvdsinfer_context.h.
void** NvDsInferContextBatchOutput::hostBuffers |
Array of pointers to set of host buffers for this batch.
Definition at line 472 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numFrames |
Definition at line 465 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numHostBuffers |
Definition at line 473 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numOutputDeviceBuffers |
Definition at line 469 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::outputBatchID |
ID for the set of output buffers.
Definition at line 476 of file nvdsinfer_context.h.
void** NvDsInferContextBatchOutput::outputDeviceBuffers |
Array of pointers to set of output device buffers for this batch.
Definition at line 468 of file nvdsinfer_context.h.