OpenCV 5.0.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::dnn::ActivationInt8Params Struct Reference

#include <opencv2/dnn/all_layers.hpp>

Public Attributes

Mat activationLUT
String activationType
float input_sc = 1.f
int input_zp = 0
String name
float output_sc = 1.f
int output_zp = 0

Member Data Documentation

◆ activationLUT

Mat cv::dnn::ActivationInt8Params::activationLUT

◆ activationType

String cv::dnn::ActivationInt8Params::activationType

◆ input_sc

float cv::dnn::ActivationInt8Params::input_sc = 1.f

◆ input_zp

int cv::dnn::ActivationInt8Params::input_zp = 0

◆ name

String cv::dnn::ActivationInt8Params::name

◆ output_sc

float cv::dnn::ActivationInt8Params::output_sc = 1.f

◆ output_zp

int cv::dnn::ActivationInt8Params::output_zp = 0

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