66
77namespace System . Buffers
88{
9- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
109 public readonly partial struct NIndex : System . IEquatable < System . Buffers . NIndex >
1110 {
1211 private readonly int _dummyPrimitive ;
@@ -30,7 +29,6 @@ namespace System.Buffers
3029 public System . Index ToIndexUnchecked ( ) { throw null ; }
3130 public override string ToString ( ) { throw null ; }
3231 }
33- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
3432 public readonly partial struct NRange : System . IEquatable < System . Buffers . NRange >
3533 {
3634 private readonly int _dummyPrimitive ;
@@ -55,7 +53,6 @@ namespace System.Buffers
5553}
5654namespace System . Numerics . Tensors
5755{
58- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
5956 public partial interface IReadOnlyTensor
6057 {
6158 nint FlattenedLength { get ; }
@@ -72,7 +69,6 @@ public partial interface IReadOnlyTensor
7269 System . ReadOnlySpan < nint > Strides { get ; }
7370 System . Buffers . MemoryHandle GetPinnedHandle ( ) ;
7471 }
75- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
7672 public partial interface IReadOnlyTensor < TSelf , T > : System . Collections . Generic . IEnumerable < T > , System . Collections . IEnumerable , System . Numerics . Tensors . IReadOnlyTensor where TSelf : System . Numerics . Tensors . IReadOnlyTensor < TSelf , T >
7773 {
7874 static abstract TSelf Empty { get ; }
@@ -94,7 +90,6 @@ public partial interface IReadOnlyTensor<TSelf, T> : System.Collections.Generic.
9490 bool TryCopyTo ( scoped in System . Numerics . Tensors . TensorSpan < T > destination ) ;
9591 bool TryFlattenTo ( scoped System . Span < T > destination ) ;
9692 }
97- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
9893 public partial interface ITensor : System . Numerics . Tensors . IReadOnlyTensor
9994 {
10095 bool IsReadOnly { get ; }
@@ -103,7 +98,6 @@ public partial interface ITensor : System.Numerics.Tensors.IReadOnlyTensor
10398 void Clear ( ) ;
10499 void Fill ( object value ) ;
105100 }
106- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
107101 public partial interface ITensor < TSelf , T > : System . Collections . Generic . IEnumerable < T > , System . Collections . IEnumerable , System . Numerics . Tensors . IReadOnlyTensor , System . Numerics . Tensors . IReadOnlyTensor < TSelf , T > , System . Numerics . Tensors . ITensor where TSelf : System . Numerics . Tensors . ITensor < TSelf , T >
108102 {
109103 new ref T this [ params scoped System. ReadOnlySpan < System . Buffers . NIndex > indexes ] { get ; }
@@ -137,7 +131,6 @@ public ref partial struct Enumerator
137131 public void Reset ( ) { }
138132 }
139133 }
140- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
141134 public readonly ref partial struct ReadOnlyTensorSpan < T >
142135 {
143136 private readonly object _dummy;
@@ -208,7 +201,6 @@ public void Reset() { }
208201 void System . IDisposable. Dispose( ) { }
209202 }
210203 }
211- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
212204 public static partial class Tensor
213205 {
214206 public static System . Numerics . Tensors . Tensor < T > Abs < T > ( in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x ) where T : System . Numerics . INumberBase < T > { throw null ; }
@@ -823,7 +815,6 @@ public static void Truncate<T>(System.ReadOnlySpan<T> x, System.Span<T> destinat
823815 public static void Xor < T > ( System . ReadOnlySpan < T > x , System . ReadOnlySpan < T > y , System . Span < T > destination ) where T : System . Numerics . IBitwiseOperators < T , T , T > { }
824816 public static void Xor < T > ( System . ReadOnlySpan < T > x , T y , System . Span < T > destination ) where T : System . Numerics . IBitwiseOperators < T , T , T > { }
825817 }
826- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
827818 public readonly ref partial struct TensorSpan < T >
828819 {
829820 private readonly object _dummy;
@@ -900,7 +891,6 @@ public void Reset() { }
900891 void System . IDisposable. Dispose( ) { }
901892 }
902893 }
903- [ System . Diagnostics . CodeAnalysis . ExperimentalAttribute ( "SYSLIB5001" , UrlFormat = "https://aka.ms/dotnet-warnings/{0}" ) ]
904894 public sealed partial class Tensor < T > : System . Collections . Generic . IEnumerable < T > , System . Collections . IEnumerable , System . Numerics . Tensors . IReadOnlyTensor , System . Numerics . Tensors . IReadOnlyTensor < System . Numerics . Tensors . Tensor < T > , T > , System . Numerics . Tensors . ITensor , System . Numerics . Tensors . ITensor < System . Numerics . Tensors . Tensor < T > , T >
905895 {
906896 internal Tensor ( ) { }
0 commit comments