OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::ReshapeLayer, 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(const BlobShape &newShape, Range applyingRange=Range::all(), bool enableReordering=false) | cv::dnn::ReshapeLayer | 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 | |
newShapeDesc | cv::dnn::ReshapeLayer | |
newShapeRange | cv::dnn::ReshapeLayer | |
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 | |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |