AutoFormerV2Backbone Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Colonne vertébrale du réseau de détection d’objets AutoFormerV2.
public class AutoFormerV2Backbone : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,System.Collections.Generic.List<TorchSharp.torch.Tensor>>
type AutoFormerV2Backbone = class
inherit torch.nn.Module<torch.Tensor, List<torch.Tensor>>
Public Class AutoFormerV2Backbone
Inherits torch.nn.Module(Of torch.Tensor, List(Of torch.Tensor))
- Héritage
-
AutoFormerV2Backbone
Constructeurs
AutoFormerV2Backbone(Int32, List<Int32>, List<Int32>, List<Int32>, List<Int32>, Double, Double, Double, List<Int32>, Boolean, Boolean, List<Int32>) |
Initialise une nouvelle instance de la classe AutoFormerV2Backbone. |
Méthodes
forward(torch+Tensor) |
Colonne vertébrale du réseau de détection d’objets AutoFormerV2. |