次の方法で共有


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

定義

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

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

パラメーター

inChannels
Int32

入力チャネル。

outChannels
Int32

出力チャネル。

expandRatio
Double

展開率。

適用対象