次の方法で共有


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

定義

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

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

パラメーター

inChannels
Int32

入力チャネル。

embedChannels
Int32

出力チャネル。

適用対象