Struct cv::dnn::MatMulInt8Params#

Collaboration diagram for cv::dnn::MatMulInt8Params:

cv::dnn::MatMulInt8Params Node1 cv::dnn::MatMulInt8Params     Node2 std::string     Node2->Node1 +name Node3 std::basic_string< Char >     Node3->Node2 Node4 int     Node4->Node1 +inp_dims +input_zp +num_output +output_type +output_zp Node7 cv::Mat   + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() and 152 more... + diag() + eye() + eye() + getDefaultAllocator() + getStdAllocator() + ones() + ones() + ones() + ones() + setDefaultAllocator() + zeros() + zeros() + zeros() + zeros() # forEach_impl() Node4->Node7 +cols +dims +dummy +flags +rows Node5 float     Node5->Node1 +input_sc +output_sc Node6 bool     Node6->Node1 +per_channel Node7->Node1 +bias +outputMultiplier +weights Node8 uint8_t     Node8->Node7 +data +dataend +datalimit +datastart Node9 cv::MatAllocator   + MatAllocator() + ~MatAllocator() + allocate() + allocate() + copy() + deallocate() + download() + getBufferPoolController() + map() + unmap() + upload() Node9->Node7 +allocator Node10 UMatData *     Node10->Node7 +u Node11 MatSize     Node11->Node7 +size Node12 MatStep     Node12->Node7 +step

cv::dnn::MatMulInt8Params Node1 cv::dnn::MatMulInt8Params     Node2 std::string     Node2->Node1 +name Node3 std::basic_string< Char >     Node3->Node2 Node4 int     Node4->Node1 +inp_dims +input_zp +num_output +output_type +output_zp Node7 cv::Mat   + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() + Mat() and 152 more... + diag() + eye() + eye() + getDefaultAllocator() + getStdAllocator() + ones() + ones() + ones() + ones() + setDefaultAllocator() + zeros() + zeros() + zeros() + zeros() # forEach_impl() Node4->Node7 +cols +dims +dummy +flags +rows Node5 float     Node5->Node1 +input_sc +output_sc Node6 bool     Node6->Node1 +per_channel Node7->Node1 +bias +outputMultiplier +weights Node8 uint8_t     Node8->Node7 +data +dataend +datalimit +datastart Node9 cv::MatAllocator   + MatAllocator() + ~MatAllocator() + allocate() + allocate() + copy() + deallocate() + download() + getBufferPoolController() + map() + unmap() + upload() Node9->Node7 +allocator Node10 UMatData *     Node10->Node7 +u Node11 MatSize     Node11->Node7 +size Node12 MatStep     Node12->Node7 +step

Member Data Documentation#

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

Source file#

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