Struct cv::dnn::Pool2Int8Params#
#include <opencv2/dnn/all_layers.hpp>Collaboration diagram for cv::dnn::Pool2Int8Params:
Member Data Documentation#
auto_pad#
AutoPadding cv::dnn::Pool2Int8Params::auto_pad = AUTO_PAD_NONE
ceil_mode#
bool cv::dnn::Pool2Int8Params::ceil_mode = false
count_include_pad#
bool cv::dnn::Pool2Int8Params::count_include_pad = false
dilations#
std::vector< int > cv::dnn::Pool2Int8Params::dilations
input_sc#
float cv::dnn::Pool2Int8Params::input_sc = 1.f
input_zp#
int cv::dnn::Pool2Int8Params::input_zp = 0
is_global_pooling#
bool cv::dnn::Pool2Int8Params::is_global_pooling = false
is_max_pool#
bool cv::dnn::Pool2Int8Params::is_max_pool = true
kernel_shape#
std::vector< int > cv::dnn::Pool2Int8Params::kernel_shape
name#
String cv::dnn::Pool2Int8Params::name
output_sc#
float cv::dnn::Pool2Int8Params::output_sc = 1.f
output_zp#
int cv::dnn::Pool2Int8Params::output_zp = 0
pads#
std::vector< int > cv::dnn::Pool2Int8Params::pads
strides#
std::vector< int > cv::dnn::Pool2Int8Params::strides
Source file#
The documentation for this struct was generated from the following file:
opencv2/dnn/all_layers.hpp