AutoFormerV2Backbone.forward(torch+Tensor) Method
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.
TorchSharp.torch.nn.Module`2.forward(TorchSharp.torch.Tensor)
public override System.Collections.Generic.List<TorchSharp.torch.Tensor> forward (TorchSharp.torch.Tensor imgBatch);
override this.forward : TorchSharp.torch.Tensor -> System.Collections.Generic.List<TorchSharp.torch.Tensor>
Public Overrides Function forward (imgBatch As torch.Tensor) As List(Of torch.Tensor)
Parameters
- imgBatch
- TorchSharp.torch.Tensor
Returns
List<TorchSharp.torch.Tensor>