OpenCV  3.2.0
Open Source Computer Vision
cv::dnn::LSTMLayer Member List

This is the complete list of members for cv::dnn::LSTMLayer, including all inherited members.

allocate(const std::vector< Blob *> &input, std::vector< Blob > &output)=0cv::dnn::Layerpure virtual
allocate(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
allocate(const std::vector< Blob > &inputs)cv::dnn::Layer
blobscv::dnn::Layer
create()cv::dnn::LSTMLayerstatic
forward(std::vector< Blob *> &input, std::vector< Blob > &output)cv::dnn::LSTMLayervirtual
cv::dnn::Layer::forward(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
getC() const =0cv::dnn::LSTMLayerpure virtual
getH() const =0cv::dnn::LSTMLayerpure virtual
inputNameToIndex(String inputName)cv::dnn::LSTMLayervirtual
Layer()cv::dnn::Layer
Layer(const LayerParams &params)cv::dnn::Layerexplicit
namecv::dnn::Layer
outputNameToIndex(String outputName)cv::dnn::LSTMLayervirtual
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
setC(const Blob &C)=0cv::dnn::LSTMLayerpure virtual
setH(const Blob &H)=0cv::dnn::LSTMLayerpure virtual
setOutShape(const BlobShape &outTailShape=BlobShape::empty())=0cv::dnn::LSTMLayerpure virtual
setParamsFrom(const LayerParams &params)cv::dnn::Layer
setProduceCellOutput(bool produce=false)=0cv::dnn::LSTMLayerpure virtual
setUseTimstampsDim(bool use=true)=0cv::dnn::LSTMLayerpure virtual
setWeights(const Blob &Wh, const Blob &Wx, const Blob &b)=0cv::dnn::LSTMLayerpure virtual
typecv::dnn::Layer
~Layer()cv::dnn::Layervirtual