FPN 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
FPN (功能金字塔圖) 層。
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 類別的新執行個體。 |
方法
forward(List<torch.Tensor>) |
FPN (功能金字塔圖) 層。 |