FPN クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FPN (Feature Pyramid Networks) レイヤー。
public class FPN : TorchSharp.torch.nn.Module<System.Collections.Generic.List<TorchSharp.torch.Tensor>,System.Collections.Generic.List<TorchSharp.torch.Tensor>>
type FPN = class
inherit torch.nn.Module<List<torch.Tensor>, List<torch.Tensor>>
Public Class FPN
Inherits torch.nn.Module(Of List(Of torch.Tensor), List(Of torch.Tensor))
- 継承
コンストラクター
FPN(List<Int32>, Int32, Int32) |
FPN クラスの新しいインスタンスを初期化します。 |
メソッド
Dispose(Boolean) |
FPN (Feature Pyramid Networks) レイヤー。 |
forward(List<torch.Tensor>) |
FPN (Feature Pyramid Networks) レイヤー。 |