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

#include <opencv2/dnn/all_layers.hpp>

Public Attributes

std::vector< float > input_scales
std::vector< int > input_zeropoints
String name
String operation = "add"
float output_sc = 1.f
int output_zp = 0
bool with_relu = false

Member Data Documentation

◆ input_scales

std::vector<float> cv::dnn::Eltwise2Int8Params::input_scales

◆ input_zeropoints

std::vector<int> cv::dnn::Eltwise2Int8Params::input_zeropoints

◆ name

String cv::dnn::Eltwise2Int8Params::name

◆ operation

String cv::dnn::Eltwise2Int8Params::operation = "add"

◆ output_sc

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

◆ output_zp

int cv::dnn::Eltwise2Int8Params::output_zp = 0

◆ with_relu

bool cv::dnn::Eltwise2Int8Params::with_relu = false

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