FPN Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FPN (Feature Pyramid Networks) layer.
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))
- Inheritance
Constructors
FPN(List<Int32>, Int32, Int32) |
Initializes a new instance of the FPN class. |
Methods
forward(List<torch.Tensor>) | TorchSharp.torch.nn.Module`2.forward(System.Collections.Generic.List{TorchSharp.torch.Tensor}) |