次の方法で共有


PatchMerging(Int32, Int32) コンストラクター

定義

PatchMerging クラスの新しいインスタンスを初期化します。

public PatchMerging (int inChannels, int outChannels);
new Microsoft.ML.TorchSharp.AutoFormerV2.PatchMerging : int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.PatchMerging
Public Sub New (inChannels As Integer, outChannels As Integer)

パラメーター

inChannels
Int32

入力チャネル。

outChannels
Int32

出力チャネル。

適用対象