#include <opencv2/dnn/all_layers.hpp>
◆ 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: