OpenCV
3.1.0-dev
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 |
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 |
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 | |
setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
SUM enum value | cv::dnn::EltwiseLayer | |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |