Struct cv::dnn::Conv2Int8Params#
#include <opencv2/dnn/all_layers.hpp>Collaboration diagram for cv::dnn::Conv2Int8Params:
Member Data Documentation#
auto_pad#
AutoPadding cv::dnn::Conv2Int8Params::auto_pad = AUTO_PAD_NONE
bias#
Mat cv::dnn::Conv2Int8Params::bias
ceil_mode#
bool cv::dnn::Conv2Int8Params::ceil_mode = false
dilations#
std::vector< int > cv::dnn::Conv2Int8Params::dilations
float_input#
bool cv::dnn::Conv2Int8Params::float_input = false
input_is_u8#
bool cv::dnn::Conv2Int8Params::input_is_u8 = false
input_sc#
float cv::dnn::Conv2Int8Params::input_sc = 1.f
input_zp#
int cv::dnn::Conv2Int8Params::input_zp = 0
name#
String cv::dnn::Conv2Int8Params::name
ngroups#
int cv::dnn::Conv2Int8Params::ngroups = 1
output_sc#
float cv::dnn::Conv2Int8Params::output_sc = 1.f
output_zp#
int cv::dnn::Conv2Int8Params::output_zp = 0
outputMultiplier#
Mat cv::dnn::Conv2Int8Params::outputMultiplier
pads#
std::vector< int > cv::dnn::Conv2Int8Params::pads
per_channel#
bool cv::dnn::Conv2Int8Params::per_channel = true
strides#
std::vector< int > cv::dnn::Conv2Int8Params::strides
weights#
Mat cv::dnn::Conv2Int8Params::weights
Source file#
The documentation for this struct was generated from the following file:
opencv2/dnn/all_layers.hpp