OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::RNNLayer, 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::RNNLayer | static |
forward(std::vector< Blob *> &input, std::vector< Blob > &output) | cv::dnn::RNNLayer | virtual |
cv::dnn::Layer::forward(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
inputNameToIndex(String inputName) | cv::dnn::Layer | virtual |
Layer() | cv::dnn::Layer | |
Layer(const LayerParams ¶ms) | cv::dnn::Layer | explicit |
name | cv::dnn::Layer | |
outputNameToIndex(String outputName) | cv::dnn::Layer | virtual |
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
setProduceHiddenOutput(bool produce=false)=0 | cv::dnn::RNNLayer | pure virtual |
setWeights(const Blob &Wxh, const Blob &bh, const Blob &Whh, const Blob &Who, const Blob &bo)=0 | cv::dnn::RNNLayer | pure virtual |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |