1 write to strides
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
46
this.
strides
= strides != null ? strides : this.pyramidLevels.Select(x => (int)Math.Pow(2, x)).ToArray();
1 reference to strides
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
75
var shiftedAnchors = Shift(shape, this.
strides
[idx], anchors);