![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::EltwiseLayer, 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(EltwiseOp op, const std::vector< int > &coeffs) | cv::dnn::EltwiseLayer | static |
| EltwiseOp enum name | cv::dnn::EltwiseLayer | |
| forward(std::vector< Blob *> &input, std::vector< Blob > &output)=0 | cv::dnn::Layer | pure virtual |
| 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 |
| MAX enum value | cv::dnn::EltwiseLayer | |
| name | cv::dnn::Layer | |
| outputNameToIndex(String outputName) | cv::dnn::Layer | virtual |
| PROD enum value | cv::dnn::EltwiseLayer | |
| run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
| setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
| SUM enum value | cv::dnn::EltwiseLayer | |
| type | cv::dnn::Layer | |
| ~Layer() | cv::dnn::Layer | virtual |
1.8.12