共用方式為


FPN 類別

定義

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))
繼承
torch.nn.Module<List<TorchSharp.torch.Tensor>,List<TorchSharp.torch.Tensor>>
FPN

建構函式

FPN(List<Int32>, Int32, Int32)

初始化 FPN 類別的新執行個體。

方法

forward(List<torch.Tensor>)

FPN (功能金字塔圖) 層。

適用於