You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Single.netcore.cs
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
-
// This file exists to enable TensorPrimitives.float.cs to be compiled for both
4
+
// This file exists to enable TensorPrimitives.Single.cs to be compiled for both
5
5
// netstandard2.0 and net8.0+ targets. It uses the XX_Single names and the operation
6
6
// methods tied to float, whereas the net8.0+ worker implementations use generic math.
7
7
// This file provides float-bound types and type defs that route one to the other.
0 commit comments