Struct cv::dnn::Pool2Int8Params#

Collaboration diagram for cv::dnn::Pool2Int8Params:

cv::dnn::Pool2Int8Params Node1 cv::dnn::Pool2Int8Params     Node2 std::string     Node2->Node1 +name Node3 std::basic_string< Char >     Node3->Node2 Node4 std::vector< int >     Node4->Node1 +dilations +kernel_shape +pads +strides Node5 int     Node5->Node1 +input_zp +output_zp Node5->Node4 +elements Node6 std::vector< T >     Node6->Node4 < int > Node7 T     Node7->Node6 +elements Node8 AutoPadding     Node8->Node1 +auto_pad Node9 bool     Node9->Node1 +ceil_mode +count_include_pad +is_global_pooling +is_max_pool Node10 float     Node10->Node1 +input_sc +output_sc

cv::dnn::Pool2Int8Params Node1 cv::dnn::Pool2Int8Params     Node2 std::string     Node2->Node1 +name Node3 std::basic_string< Char >     Node3->Node2 Node4 std::vector< int >     Node4->Node1 +dilations +kernel_shape +pads +strides Node5 int     Node5->Node1 +input_zp +output_zp Node5->Node4 +elements Node6 std::vector< T >     Node6->Node4 < int > Node7 T     Node7->Node6 +elements Node8 AutoPadding     Node8->Node1 +auto_pad Node9 bool     Node9->Node1 +ceil_mode +count_include_pad +is_global_pooling +is_max_pool Node10 float     Node10->Node1 +input_sc +output_sc

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: