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

#include <opencv2/dnn/all_layers.hpp>

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

Static Public Member Functions

static Ptr< ReLU6Layercreate (const LayerParams &params)
 

Public Attributes

float maxValue
 
float minValue
 

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<ReLU6Layer> cv::dnn::ReLU6Layer::create ( const LayerParams params)
static

Member Data Documentation

float cv::dnn::ReLU6Layer::maxValue
float cv::dnn::ReLU6Layer::minValue

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