Anchors.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.
Generate anchors for an image.
public override TorchSharp.torch.Tensor forward (TorchSharp.torch.Tensor image);
override this.forward : TorchSharp.torch.Tensor -> TorchSharp.torch.Tensor
Public Overrides Function forward (image As torch.Tensor) As torch.Tensor
Parameters
- image
- TorchSharp.torch.Tensor
Image in Tensor format.
Returns
TorchSharp.torch.Tensor
All anchors.