155 references to Pow
Aspire.Dashboard (1)
CodeGenerator (2)
dotnet-svcutil-lib (1)
InMemory.FunctionalTests (1)
LocalizationSample (4)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Routing (4)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.Build.Tasks.UnitTests (6)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Microsoft.CodeAnalysis.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Helix.Sdk (2)
Microsoft.Maui (3)
Microsoft.Maui.Controls (1)
Microsoft.Maui.Graphics (2)
Microsoft.ML.AutoML (9)
Microsoft.ML.Core (8)
Microsoft.ML.CpuMath.PerformanceTests (1)
Microsoft.ML.Data (6)
Microsoft.ML.FastTree (4)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.SearchSpace (1)
Microsoft.ML.SearchSpace.Tests (3)
Microsoft.ML.StandardTrainers (4)
Microsoft.ML.Sweeper (16)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TestFramework (2)
Microsoft.ML.Tests (3)
Microsoft.ML.TimeSeries (3)
Microsoft.ML.TorchSharp (13)
AutoFormerV2\Anchors.cs (10)
46this.strides = strides != null ? strides : this.pyramidLevels.Select(x => (int)Math.Pow(2, x)).ToArray();
47this.sizes = sizes != null ? sizes : this.pyramidLevels.Select(x => (int)Math.Pow(2, x + 2)).ToArray();
49this.scales = scales != null ? scales : new double[] { Math.Pow(2, 0), Math.Pow(2, 1.0 / 3.0), Math.Pow(2, 2.0 / 3.0) };
70var shape = ((imageShape + Math.Pow(2, x) - 1) / Math.Pow(2, x)).to_type(torch.int32);
98scales ??= new double[] { Math.Pow(2, 0), Math.Pow(2, 1.0 / 3.0), Math.Pow(2, 2.0 / 3.0) };
Microsoft.ML.Transforms (3)
Microsoft.ML.Vision (1)
PresentationCore (12)
PresentationFramework (9)
System.Collections (1)
System.Data.Common (2)
System.Private.CoreLib (9)
System.Private.DataContractSerialization (1)
System.Private.Xml (1)
System.Runtime.Numerics (3)
System.Windows.Input.Manipulations (1)