OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

#include <opencv2/dnn/all_layers.hpp>

Collaboration diagram for cv::dnn::MatMulInt8Params:

公開変数類

Mat bias
 
int inp_dims = 2
 
float input_sc = 1.f
 
int input_zp = 0
 
String name
 
int num_output = 0
 
float output_sc = 1.f
 
int output_type = CV_8S
 
int output_zp = 0
 
Mat outputMultiplier
 
bool per_channel = true
 
Mat weights
 

メンバ変数詳解

◆ 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

この構造体詳解は次のファイルから抽出されました: