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::Eltwise2Int8Params:

公開変数類

std::vector< float > input_scales
 
std::vector< int > input_zeropoints
 
String name
 
String operation = "add"
 
float output_sc = 1.f
 
int output_zp = 0
 
bool with_relu = false
 

メンバ変数詳解

◆ input_scales

std::vector<float> cv::dnn::Eltwise2Int8Params::input_scales

◆ input_zeropoints

std::vector<int> cv::dnn::Eltwise2Int8Params::input_zeropoints

◆ name

String cv::dnn::Eltwise2Int8Params::name

◆ operation

String cv::dnn::Eltwise2Int8Params::operation = "add"

◆ output_sc

float cv::dnn::Eltwise2Int8Params::output_sc = 1.f

◆ output_zp

int cv::dnn::Eltwise2Int8Params::output_zp = 0

◆ with_relu

bool cv::dnn::Eltwise2Int8Params::with_relu = false

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