@@ -299,7 +299,7 @@ public static void BroadcastTo<T>(this System.Numerics.Tensors.Tensor<T> source,
299299        public  static bool  GreaterThanAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
300300        public  static bool  GreaterThanAny < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
301301        public  static bool  GreaterThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
302-         public  static bool  GreaterThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  s ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
302+         public  static bool  GreaterThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
303303        public  static bool  GreaterThanOrEqualAll < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
304304        public  static bool  GreaterThanOrEqualAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
305305        public  static bool  GreaterThanOrEqualAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
@@ -333,16 +333,16 @@ public static void BroadcastTo<T>(this System.Numerics.Tensors.Tensor<T> source,
333333        public  static System . Numerics . Tensors . Tensor < T >  LeadingZeroCount < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x )  where  T  :  System . Numerics . IBinaryInteger < T >  {  throw  null ;  } 
334334        public  static ref  readonly System . Numerics . Tensors . TensorSpan < T >  LeadingZeroCount < T > ( scoped  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . TensorSpan < T >  destination )  where  T  :  System . Numerics . IBinaryInteger < T >  {  throw  null ;  } 
335335        public  static bool  LessThanAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
336-         public  static bool  LessThanAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  f ,  T  x )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
336+         public  static bool  LessThanAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
337337        public  static bool  LessThanAll < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
338338        public  static bool  LessThanAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
339-         public  static bool  LessThanAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  f ,  T  x )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
339+         public  static bool  LessThanAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
340340        public  static bool  LessThanAny < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
341341        public  static bool  LessThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
342-         public  static bool  LessThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  f ,  T  x )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
342+         public  static bool  LessThanOrEqualAll < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
343343        public  static bool  LessThanOrEqualAll < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
344344        public  static bool  LessThanOrEqualAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
345-         public  static bool  LessThanOrEqualAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  f ,  T  x )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
345+         public  static bool  LessThanOrEqualAny < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  T  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
346346        public  static bool  LessThanOrEqualAny < T > ( T  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
347347        public  static System . Numerics . Tensors . Tensor < bool >  LessThanOrEqual < T > ( in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
348348        public  static ref  readonly System . Numerics . Tensors . TensorSpan < bool >  LessThanOrEqual < T > ( scoped  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  x ,  scoped  in  System . Numerics . Tensors . ReadOnlyTensorSpan < T >  y ,  in  System . Numerics . Tensors . TensorSpan < bool >  destination )  where  T  :  System . Numerics . IComparisonOperators < T ,  T ,  bool >  {  throw  null ;  } 
0 commit comments