NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinferserver::LstmController Class Reference

Detailed Description

Definition at line 23 of file infer_lstm.h.

Public Member Functions

 LstmController (const ic::LstmParams &params, int devId, int maxBatchSize)
 
 ~LstmController ()=default
 
NvDsInferStatus initInputState (BaseBackend &backend)
 
NvDsInferStatus feedbackInputs (SharedBatchArray &outTensors)
 
NvDsInferStatus waitAndGetInputs (SharedBatchArray &inputs)
 
void notifyError (NvDsInferStatus status)
 
void destroy ()
 

Constructor & Destructor Documentation

◆ LstmController()

nvdsinferserver::LstmController::LstmController ( const ic::LstmParams &  params,
int  devId,
int  maxBatchSize 
)
inline

Definition at line 25 of file infer_lstm.h.

◆ ~LstmController()

nvdsinferserver::LstmController::~LstmController ( )
default

Member Function Documentation

◆ destroy()

void nvdsinferserver::LstmController::destroy ( )
inline

Definition at line 37 of file infer_lstm.h.

◆ feedbackInputs()

NvDsInferStatus nvdsinferserver::LstmController::feedbackInputs ( SharedBatchArray outTensors)

◆ initInputState()

NvDsInferStatus nvdsinferserver::LstmController::initInputState ( BaseBackend backend)

◆ notifyError()

void nvdsinferserver::LstmController::notifyError ( NvDsInferStatus  status)

◆ waitAndGetInputs()

NvDsInferStatus nvdsinferserver::LstmController::waitAndGetInputs ( SharedBatchArray inputs)

The documentation for this class was generated from the following file: