OpenCV  4.1.0
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::dnn::ChannelsPReLULayer Class Reference

#include <opencv2/dnn/all_layers.hpp>

Inheritance diagram for cv::dnn::ChannelsPReLULayer:
cv::dnn::ActivationLayer cv::dnn::Layer cv::Algorithm

Static Public Member Functions

static Ptr< Layercreate (const LayerParams &params)
 

Additional Inherited Members

- Public Member Functions inherited from cv::dnn::ActivationLayer
virtual void forwardSlice (const float *src, float *dst, int len, size_t outPlaneSize, int cn0, int cn1) const =0
 
- Public Attributes inherited from cv::dnn::Layer
std::vector< Matblobs
 List of learned parameters must be stored here to allow read them by using Net::getParam().
 
String name
 Name of the layer instance, can be used for logging or other internal purposes.
 
int preferableTarget
 prefer target for layer forwarding
 
String type
 Type name which was used for creating layer by layer factory.
 
- Protected Member Functions inherited from cv::Algorithm
void writeFormat (FileStorage &fs) const
 

Member Function Documentation

static Ptr<Layer> cv::dnn::ChannelsPReLULayer::create ( const LayerParams params)
static

The documentation for this class was generated from the following file: