OpenCV
3.2.0
Open Source Computer Vision
|
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)=0 | cv::dnn::Layer | pure virtual |
allocate(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
allocate(const std::vector< Blob > &inputs) | cv::dnn::Layer | |
blobs | cv::dnn::Layer | |
create() | cv::dnn::LSTMLayer | static |
forward(std::vector< Blob *> &input, std::vector< Blob > &output) | cv::dnn::LSTMLayer | virtual |
cv::dnn::Layer::forward(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
getC() const =0 | cv::dnn::LSTMLayer | pure virtual |
getH() const =0 | cv::dnn::LSTMLayer | pure virtual |
inputNameToIndex(String inputName) | cv::dnn::LSTMLayer | virtual |
Layer() | cv::dnn::Layer | |
Layer(const LayerParams ¶ms) | cv::dnn::Layer | explicit |
name | cv::dnn::Layer | |
outputNameToIndex(String outputName) | cv::dnn::LSTMLayer | virtual |
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
setC(const Blob &C)=0 | cv::dnn::LSTMLayer | pure virtual |
setH(const Blob &H)=0 | cv::dnn::LSTMLayer | pure virtual |
setOutShape(const BlobShape &outTailShape=BlobShape::empty())=0 | cv::dnn::LSTMLayer | pure virtual |
setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
setProduceCellOutput(bool produce=false)=0 | cv::dnn::LSTMLayer | pure virtual |
setUseTimstampsDim(bool use=true)=0 | cv::dnn::LSTMLayer | pure virtual |
setWeights(const Blob &Wh, const Blob &Wx, const Blob &b)=0 | cv::dnn::LSTMLayer | pure virtual |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |