#include <opencv2/dnn/all_layers.hpp>
◆ bias
| Mat cv::dnn::MatMulInt8Params::bias |
◆ inp_dims
| int cv::dnn::MatMulInt8Params::inp_dims = 2 |
◆ input_sc
| float cv::dnn::MatMulInt8Params::input_sc = 1.f |
◆ input_zp
| int cv::dnn::MatMulInt8Params::input_zp = 0 |
◆ name
| String cv::dnn::MatMulInt8Params::name |
◆ num_output
| int cv::dnn::MatMulInt8Params::num_output = 0 |
◆ output_sc
| float cv::dnn::MatMulInt8Params::output_sc = 1.f |
◆ output_type
| int cv::dnn::MatMulInt8Params::output_type = CV_8S |
◆ output_zp
| int cv::dnn::MatMulInt8Params::output_zp = 0 |
◆ outputMultiplier
| Mat cv::dnn::MatMulInt8Params::outputMultiplier |
◆ per_channel
| bool cv::dnn::MatMulInt8Params::per_channel = true |
◆ weights
| Mat cv::dnn::MatMulInt8Params::weights |
The documentation for this struct was generated from the following file: