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 类的新实例。 |
方法
Dispose(Boolean) |
FPN (特征金字塔网络) 层。 |
forward(List<torch.Tensor>) |
FPN (特征金字塔网络) 层。 |