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

#include <opencv2/dnn/all_layers.hpp>

Public Attributes

AutoPadding auto_pad = AUTO_PAD_NONE
bool ceil_mode = false
bool count_include_pad = false
std::vector< int > dilations
float input_sc = 1.f
int input_zp = 0
bool is_global_pooling = false
bool is_max_pool = true
std::vector< int > kernel_shape
String name
float output_sc = 1.f
int output_zp = 0
std::vector< int > pads
std::vector< int > strides

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

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