NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds the output for all of the frames in a batch (an array of frame), and related buffer information.
Definition at line 560 of file nvdsinfer_context.h.
Data Fields | |
NvDsInferFrameOutput * | frames |
Holds a pointer to an array of outputs for each frame in the batch. More... | |
unsigned int | numFrames |
Holds the number of elements in frames. More... | |
void ** | outputDeviceBuffers |
Holds a pointer to an array of pointers to output device buffers for this batch. More... | |
unsigned int | numOutputDeviceBuffers |
Holds the number of elements in *outputDeviceBuffers. More... | |
void ** | hostBuffers |
Holds a pointer to an array of pointers to host buffers for this batch. More... | |
unsigned int | numHostBuffers |
Holds the number of elements in hostBuffers. More... | |
void * | priv |
Holds a private context pointer for the set of output buffers. More... | |
NvDsInferFrameOutput* NvDsInferContextBatchOutput::frames |
Holds a pointer to an array of outputs for each frame in the batch.
Definition at line 563 of file nvdsinfer_context.h.
void** NvDsInferContextBatchOutput::hostBuffers |
Holds a pointer to an array of pointers to host buffers for this batch.
The array elements are set by
Definition at line 575 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numFrames |
Holds the number of elements in frames.
Definition at line 565 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numHostBuffers |
Holds the number of elements in hostBuffers.
Definition at line 577 of file nvdsinfer_context.h.
unsigned int NvDsInferContextBatchOutput::numOutputDeviceBuffers |
Holds the number of elements in *outputDeviceBuffers.
Definition at line 571 of file nvdsinfer_context.h.
void** NvDsInferContextBatchOutput::outputDeviceBuffers |
Holds a pointer to an array of pointers to output device buffers for this batch.
The array elements are set by
Definition at line 569 of file nvdsinfer_context.h.
void* NvDsInferContextBatchOutput::priv |
Holds a private context pointer for the set of output buffers.
Definition at line 580 of file nvdsinfer_context.h.