@@ -469,8 +469,8 @@ public static void BroadcastTo<T>(this System.Numerics.Tensors.Tensor<T> source,
469
469
public static ref readonly System . Numerics . Tensors . TensorSpan < T > RadiansToDegrees < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x , in System . Numerics . Tensors . TensorSpan < T > destination ) where T : System . Numerics . ITrigonometricFunctions < T > { throw null ; }
470
470
public static System . Numerics . Tensors . Tensor < T > Reciprocal < T > ( in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x ) where T : System . Numerics . IFloatingPoint < T > { throw null ; }
471
471
public static ref readonly System . Numerics . Tensors . TensorSpan < T > Reciprocal < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x , in System . Numerics . Tensors . TensorSpan < T > destination ) where T : System . Numerics . IFloatingPoint < T > { throw null ; }
472
- public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Reshape < T > ( this in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , scoped System . ReadOnlySpan < nint > lengths ) { throw null ; }
473
- public static System . Numerics . Tensors . TensorSpan < T > Reshape < T > ( this in System . Numerics . Tensors . TensorSpan < T > tensor , scoped System . ReadOnlySpan < nint > lengths ) { throw null ; }
472
+ public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Reshape < T > ( this scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , scoped System . ReadOnlySpan < nint > lengths ) { throw null ; }
473
+ public static System . Numerics . Tensors . TensorSpan < T > Reshape < T > ( this scoped in System . Numerics . Tensors . TensorSpan < T > tensor , scoped System . ReadOnlySpan < nint > lengths ) { throw null ; }
474
474
public static System . Numerics . Tensors . Tensor < T > Reshape < T > ( this System . Numerics . Tensors . Tensor < T > tensor , scoped System . ReadOnlySpan < nint > lengths ) { throw null ; }
475
475
public static void ResizeTo < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , in System . Numerics . Tensors . TensorSpan < T > destination ) { }
476
476
public static void ResizeTo < T > ( scoped in System . Numerics . Tensors . TensorSpan < T > tensor , in System . Numerics . Tensors . TensorSpan < T > destination ) { }
@@ -511,11 +511,11 @@ public static void ResizeTo<T>(scoped in System.Numerics.Tensors.Tensor<T> tenso
511
511
public static System . Numerics . Tensors . Tensor < T > [ ] Split < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , int splitCount , nint dimension ) { throw null ; }
512
512
public static System . Numerics . Tensors . Tensor < T > Sqrt < T > ( in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x ) where T : System . Numerics . IRootFunctions < T > { throw null ; }
513
513
public static ref readonly System . Numerics . Tensors . TensorSpan < T > Sqrt < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x , in System . Numerics . Tensors . TensorSpan < T > destination ) where T : System . Numerics . IRootFunctions < T > { throw null ; }
514
- public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > SqueezeDimension < T > ( this in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , int dimension ) { throw null ; }
515
- public static System . Numerics . Tensors . TensorSpan < T > SqueezeDimension < T > ( this in System . Numerics . Tensors . TensorSpan < T > tensor , int dimension ) { throw null ; }
514
+ public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > SqueezeDimension < T > ( this scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , int dimension ) { throw null ; }
515
+ public static System . Numerics . Tensors . TensorSpan < T > SqueezeDimension < T > ( this scoped in System . Numerics . Tensors . TensorSpan < T > tensor , int dimension ) { throw null ; }
516
516
public static System . Numerics . Tensors . Tensor < T > SqueezeDimension < T > ( this System . Numerics . Tensors . Tensor < T > tensor , int dimension ) { throw null ; }
517
- public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Squeeze < T > ( this in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor ) { throw null ; }
518
- public static System . Numerics . Tensors . TensorSpan < T > Squeeze < T > ( this in System . Numerics . Tensors . TensorSpan < T > tensor ) { throw null ; }
517
+ public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Squeeze < T > ( this scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor ) { throw null ; }
518
+ public static System . Numerics . Tensors . TensorSpan < T > Squeeze < T > ( this scoped in System . Numerics . Tensors . TensorSpan < T > tensor ) { throw null ; }
519
519
public static System . Numerics . Tensors . Tensor < T > Squeeze < T > ( this System . Numerics . Tensors . Tensor < T > tensor ) { throw null ; }
520
520
public static System . Numerics . Tensors . Tensor < T > StackAlongDimension < T > ( int dimension , params scoped System. ReadOnlySpan < System . Numerics . Tensors . Tensor < T > > tensors ) { throw null ; }
521
521
public static ref readonly System . Numerics . Tensors . TensorSpan < T > StackAlongDimension < T > ( scoped System . ReadOnlySpan < System . Numerics . Tensors . Tensor < T > > tensors , in System . Numerics . Tensors . TensorSpan < T > destination , int dimension ) { throw null ; }
@@ -546,8 +546,8 @@ public static void ResizeTo<T>(scoped in System.Numerics.Tensors.Tensor<T> tenso
546
546
public static bool TryBroadcastTo < T > ( this in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , in System . Numerics . Tensors . TensorSpan < T > destination ) { throw null ; }
547
547
public static bool TryBroadcastTo < T > ( this in System . Numerics . Tensors . TensorSpan < T > tensor , in System . Numerics . Tensors . TensorSpan < T > destination ) { throw null ; }
548
548
public static bool TryBroadcastTo < T > ( this System . Numerics . Tensors . Tensor < T > tensor , in System . Numerics . Tensors . TensorSpan < T > destination ) { throw null ; }
549
- public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Unsqueeze < T > ( this in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , int dimension ) { throw null ; }
550
- public static System . Numerics . Tensors . TensorSpan < T > Unsqueeze < T > ( this in System . Numerics . Tensors . TensorSpan < T > tensor , int dimension ) { throw null ; }
549
+ public static System . Numerics . Tensors . ReadOnlyTensorSpan < T > Unsqueeze < T > ( this scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > tensor , int dimension ) { throw null ; }
550
+ public static System . Numerics . Tensors . TensorSpan < T > Unsqueeze < T > ( this scoped in System . Numerics . Tensors . TensorSpan < T > tensor , int dimension ) { throw null ; }
551
551
public static System . Numerics . Tensors . Tensor < T > Unsqueeze < T > ( this System . Numerics . Tensors . Tensor < T > tensor , int dimension ) { throw null ; }
552
552
public static System . Numerics . Tensors . Tensor < T > Xor < T > ( in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x , in System . Numerics . Tensors . ReadOnlyTensorSpan < T > y ) where T : System . Numerics . IBitwiseOperators < T , T , T > { throw null ; }
553
553
public static ref readonly System . Numerics . Tensors . TensorSpan < T > Xor < T > ( scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > x , scoped in System . Numerics . Tensors . ReadOnlyTensorSpan < T > y , in System . Numerics . Tensors . TensorSpan < T > destination ) where T : System . Numerics . IBitwiseOperators < T , T , T > { throw null ; }
0 commit comments