FPN(List<Int32>, Int32, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FPN クラスの新しいインスタンスを初期化します。
public FPN (System.Collections.Generic.List<int> inChannels = default, int outChannel = 256, int numOuts = 5);
new Microsoft.ML.TorchSharp.AutoFormerV2.FPN : System.Collections.Generic.List<int> * int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.FPN
Public Sub New (Optional inChannels As List(Of Integer) = Nothing, Optional outChannel As Integer = 256, Optional numOuts As Integer = 5)
パラメーター
- outChannel
- Int32
出力チャネル。
- numOuts
- Int32
出力テンソルの数。