1 write to sizes
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
47
this.
sizes
= sizes != null ? sizes : this.pyramidLevels.Select(x => (int)Math.Pow(2, x + 2)).ToArray();
1 reference to sizes
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
72
baseSize: this.
sizes
[idx],