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

#include <opencv2/dnn/all_layers.hpp>

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

Static Public Member Functions

static Ptr< ReLULayercreate (const LayerParams &params)
 

Public Attributes

float negativeSlope
 

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
 
- Protected Member Functions inherited from cv::Algorithm
void writeFormat (FileStorage &fs) const
 

Member Function Documentation

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

Member Data Documentation

float cv::dnn::ReLULayer::negativeSlope

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