OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::PowerLayer, 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(double power=1, double scale=1, double shift=0) | cv::dnn::PowerLayer | static |
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 |
name | cv::dnn::Layer | |
outputNameToIndex(String outputName) | cv::dnn::Layer | virtual |
power | cv::dnn::PowerLayer | |
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
scale | cv::dnn::PowerLayer | |
setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
shift | cv::dnn::PowerLayer | |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |