Tensor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for tensor operations.
public ref class Tensor abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5001", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static class Tensor
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5001", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type Tensor = class
Public Module Tensor
- Inheritance
-
Tensor
- Attributes
Methods
Abs<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the absolute value of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Abs<T>(ReadOnlyTensorSpan<T>) |
Takes the absolute value of each element of the Tensor<T> and returns a new Tensor<T> with the result. |
Acos<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse cosine of each element of the Tensor<T> and returns a new Tensor<T> with the result. |
Acos<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse cosine of each element of the Tensor<T> and returns a new Tensor<T> with the result. |
Acosh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic cosine of each element of the TensorSpan<T> and returns a new TensorSpan<T> with the result. |
Acosh<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic cosine of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
AcosPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic cosine divided by pi of each element of the TensorSpan<T> and returns a new TensorSpan<T> with the result. |
AcosPi<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic cosine divided by pi of each element of the Tensor<T> and returns a new Tensor<T> with the result. |
Add<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Adds each element of |
Add<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Adds each element of |
Add<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Adds |
Add<T>(ReadOnlyTensorSpan<T>, T) |
Adds |
Asin<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse sin of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Asin<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse sin of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Asinh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic sine of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Asinh<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic sine of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
AsinPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic sine divided by pi of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
AsinPi<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic sine divided by pi of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
AsReadOnlyTensorSpan<T>(T[], ReadOnlySpan<IntPtr>) |
Extension method to more easily create a TensorSpan from an array. |
AsTensorSpan<T>(T[], ReadOnlySpan<IntPtr>) |
Extension method to more easily create a TensorSpan from an array. |
Atan<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the arc tangent of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Atan<T>(ReadOnlyTensorSpan<T>) |
Takes the arc tangent of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Atan2<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Atan2<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Atan2<T>(ReadOnlyTensorSpan<T>, T) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Atan2<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Atan2<T>(T, ReadOnlyTensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Atan2Pi<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new TensorSpan<T> with the result. |
Atan2Pi<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new Tensor<T> with the result. |
Atan2Pi<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new TensorSpan<T> with the result. |
Atan2Pi<T>(ReadOnlyTensorSpan<T>, T) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new TensorSpan<T> with the result. |
Atan2Pi<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new TensorSpan<T> with the result. |
Atan2Pi<T>(T, ReadOnlyTensorSpan<T>) |
Takes the arc tangent of the two input ReadOnlyTensorSpan<T>, divides each element by pi, and returns a new TensorSpan<T> with the result. |
Atanh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic tangent of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Atanh<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic tangent of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
AtanPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the inverse hyperbolic tangent divided by pi of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
AtanPi<T>(ReadOnlyTensorSpan<T>) |
Takes the inverse hyperbolic tangent divided by pi of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Average<T>(ReadOnlyTensorSpan<T>) |
Returns the average of the elements in the |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise bitwise and of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise bitwise and of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise bitwise and of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
BitwiseAnd<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise bitwise and of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
BitwiseOr<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise bitwise of of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
BitwiseOr<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise bitwise of of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
BitwiseOr<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise bitwise or of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
BitwiseOr<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise bitwise or of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Broadcast<T>(ReadOnlyTensorSpan<T>, ReadOnlySpan<IntPtr>) |
Broadcast the data from |
Broadcast<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Broadcast the data from |
BroadcastTo<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Broadcast the data from |
BroadcastTo<T>(Tensor<T>, TensorSpan<T>) |
Broadcast the data from |
BroadcastTo<T>(TensorSpan<T>, TensorSpan<T>) |
Broadcast the data from |
Cbrt<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise cube root of the input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Cbrt<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise cube root of the input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Ceiling<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise ceiling of the input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Ceiling<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise ceiling of the input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Concatenate<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>) |
Join a sequence of tensors along an existing axis. |
Concatenate<T>(ReadOnlySpan<Tensor<T>>) |
Join a sequence of tensors along an existing axis. |
ConcatenateOnDimension<T>(Int32, ReadOnlySpan<Tensor<T>>, TensorSpan<T>) |
Join a sequence of tensors along an existing axis. |
ConcatenateOnDimension<T>(Int32, ReadOnlySpan<Tensor<T>>) |
Join a sequence of tensors along an existing axis. |
ConvertChecked<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>, TensorSpan<TTo>) |
Copies |
ConvertChecked<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>) |
Copies |
ConvertSaturating<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>, TensorSpan<TTo>) |
Copies |
ConvertSaturating<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>) |
Copies |
ConvertTruncating<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>, TensorSpan<TTo>) |
Copies |
ConvertTruncating<TFrom,TTo>(ReadOnlyTensorSpan<TFrom>) |
Copies |
CopySign<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of copying the sign from one number to another number in the specified tensors and returns a new TensorSpan<T> with the result. |
CopySign<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise result of copying the sign from one number to another number in the specified tensors and returns a new Tensor<T> with the result. |
CopySign<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise result of copying the sign from one number to another number in the specified tensors and returns a new tensor with the result. |
CopySign<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise result of copying the sign from one number to another number in the specified tensors and returns a new tensor with the result. |
Cos<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the cosine of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Cos<T>(ReadOnlyTensorSpan<T>) |
Takes the cosine of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Cosh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the hyperbolic cosine of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Cosh<T>(ReadOnlyTensorSpan<T>) |
Takes the hyperbolic cosine of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
CosineSimilarity<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Compute cosine similarity between |
CosineSimilarity<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compute cosine similarity between |
CosPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise cosine of the value in the specified tensor that has been multiplied by Pi and returns a new TensorSpan<T> with the results. |
CosPi<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise cosine of the value in the specified tensor that has been multiplied by Pi and returns a new Tensor<T> with the results. |
Create<T>(IEnumerable<T>, ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and initializes it with the data from |
Create<T>(IEnumerable<T>, ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and initializes it with the data from |
Create<T>(ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and initializes it with the default value of T. If |
Create<T>(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and initializes it with the default value of T. If |
Create<T>(T[], ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> from the provided |
Create<T>(T[], ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> from the provided |
CreateAndFillGaussianNormalDistribution<T>(Random, ReadOnlySpan<IntPtr>) |
Creates a Tensor<T> and initializes it with random data in a gaussian normal distribution. |
CreateAndFillGaussianNormalDistribution<T>(ReadOnlySpan<IntPtr>) |
Creates a Tensor<T> and initializes it with random data in a gaussian normal distribution. |
CreateAndFillUniformDistribution<T>(Random, ReadOnlySpan<IntPtr>) |
Creates a Tensor<T> and initializes it with random data uniformly distributed. |
CreateAndFillUniformDistribution<T>(ReadOnlySpan<IntPtr>) |
Creates a Tensor<T> and initializes it with random data uniformly distributed. |
CreateUninitialized<T>(ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and does not initialize it. If |
CreateUninitialized<T>(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean) |
Creates a Tensor<T> and does not initialize it. If |
DegreesToRadians<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise conversion of each number of degrees in the specified tensor to radians and returns a new tensor with the results. |
DegreesToRadians<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise conversion of each number of degrees in the specified tensor to radians and returns a new tensor with the results. |
Distance<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the distance between two points, specified as non-empty, equal-length tensors of numbers, in Euclidean space. |
Divide<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Divides each element of |
Divide<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Divides each element of |
Divide<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Divides each element of |
Divide<T>(ReadOnlyTensorSpan<T>, T) |
Divides each element of |
Divide<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Divides |
Divide<T>(T, ReadOnlyTensorSpan<T>) |
Divides |
Dot<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the dot product of two tensors containing numbers. |
Equals<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> for equality. If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. It returns a TensorSpan<T> where the value is true if the elements are equal and false if they are not."/> |
Equals<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> for equality. If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. It returns a TensorSpan<T> where the value is true if the elements are equal and false if they are not."/> |
Equals<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> for equality. If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. It returns a TensorSpan<T> where the value is true if the elements are equal and false if they are not."/> |
Equals<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> for equality. If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. It returns a TensorSpan<T> where the value is true if the elements are equal and false if they are not."/> |
EqualsAll<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
EqualsAll<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
EqualsAny<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
EqualsAny<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
Exp<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising |
Exp<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising |
Exp10<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising 10 to the number powers in the specified tensor. |
Exp10<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising 10 to the number powers in the specified tensor. |
Exp10M1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising 10 to the number powers in the specified tensor, minus one. |
Exp10M1<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising 10 to the number powers in the specified tensor, minus one. |
Exp2<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising 2 to the number powers in the specified tensor. |
Exp2<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising 2 to the number powers in the specified tensor. |
Exp2M1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising 2 to the number powers in the specified tensor, minus one. |
Exp2M1<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising 2 to the number powers in the specified tensor, minus one. |
ExpM1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise result of raising |
ExpM1<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise result of raising |
FillGaussianNormalDistribution<T>(TensorSpan<T>, Random) |
Fills the given TensorSpan<T> with random data in a Gaussian normal distribution. Random can optionally be provided for seeding. |
FillUniformDistribution<T>(TensorSpan<T>, Random) |
Fills the given TensorSpan<T> with random data in a uniform distribution. Random can optionally be provided for seeding. |
FilteredUpdate<T>(TensorSpan<T>, ReadOnlyTensorSpan<Boolean>, ReadOnlyTensorSpan<T>) |
Updates the |
FilteredUpdate<T>(TensorSpan<T>, ReadOnlyTensorSpan<Boolean>, T) |
Updates the |
Floor<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise floor of numbers in the specified tensor. |
Floor<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise floor of numbers in the specified tensor. |
GetSmallestBroadcastableLengths(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>) |
Gets the smallest broadcastable lengths for two shapes. |
GreaterThan<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
GreaterThan<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
GreaterThan<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<Boolean>) |
Compares the elements of a ReadOnlyTensorSpan<T> to see which elements are greater than |
GreaterThan<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of a ReadOnlyTensorSpan<T> to see which elements are greater than |
GreaterThan<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares |
GreaterThan<T>(T, ReadOnlyTensorSpan<T>) |
Compares |
GreaterThanAll<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanAll<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanAll<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanAny<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
GreaterThanAny<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
GreaterThanAny<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
GreaterThanOrEqual<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
GreaterThanOrEqual<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
GreaterThanOrEqual<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<Boolean>) |
Compares the elements of a ReadOnlyTensorSpan<T> to see which elements are greater than or equal to |
GreaterThanOrEqual<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of a ReadOnlyTensorSpan<T> to see which elements are greater than or equal to |
GreaterThanOrEqual<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares |
GreaterThanOrEqual<T>(T, ReadOnlyTensorSpan<T>) |
Compares |
GreaterThanOrEqualAll<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanOrEqualAll<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanOrEqualAll<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
GreaterThanOrEqualAny<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
GreaterThanOrEqualAny<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
GreaterThanOrEqualAny<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
Hypot<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise hypotenuse given values from two tensors representing the lengths of the shorter sides in a right-angled triangle. If the shapes are not the same they are broadcast to the smallest compatible shape. |
Hypot<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise hypotenuse given values from two tensors representing the lengths of the shorter sides in a right-angled triangle. If the shapes are not the same they are broadcast to the smallest compatible shape. |
Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise remainder of the numbers in the specified tensors. |
Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise remainder of the numbers in the specified tensors. |
Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise remainder of the numbers in the specified tensors. |
Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise remainder of the numbers in the specified tensors. |
Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise remainder of the numbers in the specified tensors. |
Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>) |
Computes the element-wise remainder of the numbers in the specified tensors. |
ILogB<T>(ReadOnlyTensorSpan<T>, TensorSpan<Int32>) |
Computes the element-wise integer logarithm of numbers in the specified tensor. |
ILogB<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise integer logarithm of numbers in the specified tensor. |
IndexOfMax<T>(ReadOnlyTensorSpan<T>) |
Searches for the index of the largest number in the specified tensor. |
IndexOfMaxMagnitude<T>(ReadOnlyTensorSpan<T>) |
Searches for the index of the number with the largest magnitude in the specified tensor. |
IndexOfMin<T>(ReadOnlyTensorSpan<T>) |
Searches for the index of the smallest number in the specified tensor. |
IndexOfMinMagnitude<T>(ReadOnlyTensorSpan<T>) |
Searches for the index of the number with the smallest magnitude in the specified tensor. |
LeadingZeroCount<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise leading zero count of numbers in the specified tensor. |
LeadingZeroCount<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise leading zero count of numbers in the specified tensor. |
LessThan<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
LessThan<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
LessThan<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<Boolean>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThan<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThan<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThan<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThanAll<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanAll<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanAll<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanAny<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
LessThanAny<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
LessThanAny<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
LessThanOrEqual<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
LessThanOrEqual<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see which elements of |
LessThanOrEqual<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<Boolean>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThanOrEqual<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThanOrEqual<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<Boolean>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThanOrEqual<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of a Tensor<T> to see which elements are less than |
LessThanOrEqualAll<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanOrEqualAll<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanOrEqualAll<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if all elements of |
LessThanOrEqualAny<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
LessThanOrEqualAny<T>(ReadOnlyTensorSpan<T>, T) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
LessThanOrEqualAny<T>(T, ReadOnlyTensorSpan<T>) |
Compares the elements of two ReadOnlyTensorSpan<T> to see if any elements of |
Log<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor. |
Log<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor. |
Log<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor. |
Log<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor. |
Log<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the natural logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Log<T>(ReadOnlyTensorSpan<T>) |
Takes the natural logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Log10<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the base 10 logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Log10<T>(ReadOnlyTensorSpan<T>) |
Takes the base 10 logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Log10P1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the base 10 logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Log10P1<T>(ReadOnlyTensorSpan<T>) |
Takes the base 10 logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Log2<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the base 2 logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Log2<T>(ReadOnlyTensorSpan<T>) |
Takes the base 2 logarithm of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Log2P1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the base 2 logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Log2P1<T>(ReadOnlyTensorSpan<T>) |
Takes the base 2 logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
LogP1<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the natural logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
LogP1<T>(ReadOnlyTensorSpan<T>) |
Takes the natural logarithm plus 1 of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Max<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
Max<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
Max<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
Max<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise maximum of the numbers in the specified tensors. |
Max<T>(ReadOnlyTensorSpan<T>) |
Searches for the largest number in the specified tensor. |
MaxMagnitude<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitude<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitude<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitude<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitude<T>(ReadOnlyTensorSpan<T>) |
Searches for the number with the largest magnitude in the specified tensor. |
MaxMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise number with the largest magnitude in the specified tensors. |
MaxMagnitudeNumber<T>(ReadOnlyTensorSpan<T>) |
Searches for the number with the largest magnitude in the specified tensor. |
MaxNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
MaxNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
MaxNumber<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise maximum of the numbers in the specified tensors. |
MaxNumber<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise maximum of the numbers in the specified tensors. |
MaxNumber<T>(ReadOnlyTensorSpan<T>) |
Searches for the largest number in the specified tensor. |
Min<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
Min<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
Min<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
Min<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise minimum of the numbers in the specified tensors. |
Min<T>(ReadOnlyTensorSpan<T>) |
Searches for the smallest number in the specified tensor. |
MinMagnitude<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitude<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitude<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitude<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitude<T>(ReadOnlyTensorSpan<T>) |
Searches for the number with the smallest magnitude in the specified tensor. |
MinMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitudeNumber<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise number with the smallest magnitude in the specified tensors. |
MinMagnitudeNumber<T>(ReadOnlyTensorSpan<T>) |
Searches for the number with the smallest magnitude in the specified tensor. |
MinNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
MinNumber<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
MinNumber<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise minimum of the numbers in the specified tensors. |
MinNumber<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise minimum of the numbers in the specified tensors. |
MinNumber<T>(ReadOnlyTensorSpan<T>) |
Searches for the smallest number in the specified tensor. |
Multiply<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Multiplies each element of |
Multiply<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Multiplies each element of |
Multiply<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Multiplies each element of |
Multiply<T>(ReadOnlyTensorSpan<T>, T) |
Multiplies each element of |
Negate<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise negation of each number in the specified tensor. |
Negate<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise negation of each number in the specified tensor. |
Norm<T>(ReadOnlyTensorSpan<T>) |
Takes the norm of the ReadOnlyTensorSpan<T> and returns the result. |
OnesComplement<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise one's complement of numbers in the specified tensor. |
OnesComplement<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise one's complement of numbers in the specified tensor. |
PermuteDimensions<T>(Tensor<T>, ReadOnlySpan<Int32>) |
Swaps the dimensions of the |
PopCount<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise population count of numbers in the specified tensor. |
PopCount<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise population count of numbers in the specified tensor. |
Pow<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Pow<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Pow<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Pow<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Pow<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Pow<T>(T, ReadOnlyTensorSpan<T>) |
Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors. |
Product<T>(ReadOnlyTensorSpan<T>) |
Computes the product of all elements in the specified non-empty tensor of numbers. |
RadiansToDegrees<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise conversion of each number of radians in the specified tensor to degrees. |
RadiansToDegrees<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise conversion of each number of radians in the specified tensor to degrees. |
Reciprocal<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise reciprocal of numbers in the specified tensor. |
Reciprocal<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise reciprocal of numbers in the specified tensor. |
Reshape<T>(ReadOnlyTensorSpan<T>, ReadOnlySpan<IntPtr>) |
Reshapes the |
Reshape<T>(Tensor<T>, ReadOnlySpan<IntPtr>) |
Reshapes the |
Reshape<T>(TensorSpan<T>, ReadOnlySpan<IntPtr>) |
Reshapes the |
Resize<T>(Tensor<T>, ReadOnlySpan<IntPtr>) |
Creates a new Tensor<T>, allocates new memory, and copies the data from |
ResizeTo<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Copies the data from |
ResizeTo<T>(Tensor<T>, TensorSpan<T>) |
Copies the data from |
ResizeTo<T>(TensorSpan<T>, TensorSpan<T>) |
Copies the data from |
Reverse<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Reverse the order of elements in the |
Reverse<T>(ReadOnlyTensorSpan<T>) |
Reverse the order of elements in the |
ReverseDimension<T>(ReadOnlyTensorSpan<T>, Int32) |
Reverse the order of elements in the |
ReverseDimension<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>, Int32) |
Reverse the order of elements in the |
RootN<T>(ReadOnlyTensorSpan<T>, Int32, TensorSpan<T>) |
Computes the element-wise n-th root of the values in the specified tensor. |
RootN<T>(ReadOnlyTensorSpan<T>, Int32) |
Computes the element-wise n-th root of the values in the specified tensor. |
RotateLeft<T>(ReadOnlyTensorSpan<T>, Int32, TensorSpan<T>) |
Computes the element-wise rotation left of numbers in the specified tensor by the specified rotation amount. |
RotateLeft<T>(ReadOnlyTensorSpan<T>, Int32) |
Computes the element-wise rotation left of numbers in the specified tensor by the specified rotation amount. |
RotateRight<T>(ReadOnlyTensorSpan<T>, Int32, TensorSpan<T>) |
Computes the element-wise rotation right of numbers in the specified tensor by the specified rotation amount. |
RotateRight<T>(ReadOnlyTensorSpan<T>, Int32) |
Computes the element-wise rotation right of numbers in the specified tensor by the specified rotation amount. |
Round<T>(ReadOnlyTensorSpan<T>, Int32, MidpointRounding, TensorSpan<T>) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, Int32, MidpointRounding) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, Int32, TensorSpan<T>) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, Int32) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, MidpointRounding, TensorSpan<T>) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, MidpointRounding) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise rounding of the numbers in the specified tensor |
Round<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise rounding of the numbers in the specified tensor |
SequenceEqual<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Determines whether two sequences are equal by comparing the elements using IEquatable{T}.Equals(T). |
SequenceEqual<T>(TensorSpan<T>, ReadOnlyTensorSpan<T>) |
Determines whether two sequences are equal by comparing the elements using IEquatable{T}.Equals(T). |
SetSlice<T>(Tensor<T>, ReadOnlyTensorSpan<T>, ReadOnlySpan<NRange>) |
Sets a slice of the given |
SetSlice<T>(TensorSpan<T>, ReadOnlyTensorSpan<T>, ReadOnlySpan<NRange>) |
Sets a slice of the given |
Sigmoid<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise sigmoid function on the specified non-empty tensor of numbers. |
Sigmoid<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise sigmoid function on the specified non-empty tensor of numbers. |
Sin<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the sin of each element of the ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Sin<T>(ReadOnlyTensorSpan<T>) |
Takes the sin of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Sinh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise hyperbolic sine of each radian angle in the specified tensor. |
Sinh<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise hyperbolic sine of each radian angle in the specified tensor. |
SinPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise sine of the value in the specified tensor that has been multiplied by Pi. |
SinPi<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise sine of the value in the specified tensor that has been multiplied by Pi. |
SoftMax<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the softmax function over the specified non-empty tensor of numbers. |
SoftMax<T>(ReadOnlyTensorSpan<T>) |
Computes the softmax function over the specified non-empty tensor of numbers. |
Split<T>(ReadOnlyTensorSpan<T>, Int32, IntPtr) |
Split a Tensor<T> into |
Sqrt<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Takes the square root of each element of the |
Sqrt<T>(ReadOnlyTensorSpan<T>) |
Takes the square root of each element of the ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |
Squeeze<T>(ReadOnlyTensorSpan<T>) |
Removes all dimensions of length one from the |
Squeeze<T>(Tensor<T>) |
Removes all dimensions of length one from the |
Squeeze<T>(TensorSpan<T>) |
Removes all dimensions of length one from the |
SqueezeDimension<T>(ReadOnlyTensorSpan<T>, Int32) |
Removes axis of length one from the |
SqueezeDimension<T>(Tensor<T>, Int32) |
Removes axis of length one from the |
SqueezeDimension<T>(TensorSpan<T>, Int32) |
Removes axis of length one from the |
Stack<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>) |
Join multiple Tensor<T> along a new dimension that is added at position 0. All tensors must have the same shape. |
Stack<T>(ReadOnlySpan<Tensor<T>>) |
Join multiple Tensor<T> along a new dimension that is added at position 0. All tensors must have the same shape. |
StackAlongDimension<T>(Int32, ReadOnlySpan<Tensor<T>>) |
Join multiple Tensor<T> along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape. |
StackAlongDimension<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>, Int32) |
Join multiple Tensor<T> along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape. |
StdDev<T>(ReadOnlyTensorSpan<T>) |
Returns the standard deviation of the elements in the |
Subtract<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Subtracts each element of |
Subtract<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Subtracts each element of |
Subtract<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Subtracts |
Subtract<T>(ReadOnlyTensorSpan<T>, T) |
Subtracts |
Subtract<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Subtracts each element of |
Subtract<T>(T, ReadOnlyTensorSpan<T>) |
Subtracts each element of |
Sum<T>(ReadOnlyTensorSpan<T>) |
Sums the elements of the specified tensor. |
Tan<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise tangent of the value in the specified tensor. |
Tan<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise tangent of the value in the specified tensor. |
Tanh<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise hyperbolic tangent of each radian angle in the specified tensor. |
Tanh<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise hyperbolic tangent of each radian angle in the specified tensor. |
TanPi<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise tangent of the value in the specified tensor that has been multiplied by Pi. |
TanPi<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise tangent of the value in the specified tensor that has been multiplied by Pi. |
ToString<T>(ReadOnlyTensorSpan<T>, ReadOnlySpan<IntPtr>) |
Creates a String representation of the ReadOnlyTensorSpan<T>."/> |
ToString<T>(Tensor<T>, ReadOnlySpan<IntPtr>) | |
ToString<T>(TensorSpan<T>, ReadOnlySpan<IntPtr>) |
Creates a String representation of the TensorSpan<T>."/> |
TrailingZeroCount<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise trailing zero count of numbers in the specified tensor. |
TrailingZeroCount<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise trailing zero count of numbers in the specified tensor. |
Transpose<T>(Tensor<T>) |
Swaps the last two dimensions of the |
Truncate<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise truncation of numbers in the specified tensor. |
Truncate<T>(ReadOnlyTensorSpan<T>) |
Computes the element-wise truncation of numbers in the specified tensor. |
TryBroadcastTo<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Broadcast the data from |
TryBroadcastTo<T>(Tensor<T>, TensorSpan<T>) |
Broadcast the data from |
TryBroadcastTo<T>(TensorSpan<T>, TensorSpan<T>) |
Broadcast the data from |
Unsqueeze<T>(ReadOnlyTensorSpan<T>, Int32) |
Insert a new dimension of length 1 that will appear at the dimension position. |
Unsqueeze<T>(Tensor<T>, Int32) |
Insert a new dimension of length 1 that will appear at the dimension position. |
Unsqueeze<T>(TensorSpan<T>, Int32) |
Insert a new dimension of length 1 that will appear at the dimension position. |
Xor<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>) |
Computes the element-wise XOR of numbers in the specified tensors. |
Xor<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>) |
Computes the element-wise XOR of numbers in the specified tensors. |
Xor<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>) |
Computes the element-wise Xor of the two input ReadOnlyTensorSpan<T> and returns a new TensorSpan<T> with the result. |
Xor<T>(ReadOnlyTensorSpan<T>, T) |
Computes the element-wise Xor of the two input ReadOnlyTensorSpan<T> and returns a new Tensor<T> with the result. |