Tensor Compute Functions
|
Calculates the element wise absolute value on the input tensor. |
|
Squares each input in the tensor. |
|
Cubes each input in the tensor. |
|
Takes the square root of each input in the tensor. |
|
Takes the cube root of each input in the tensor. |
|
Takes the exp of each input in the tensor. |
|
Takes the natural log of each input in the tensor. |
|
Takes the log base 10 of each input in the tensor. |
|
Takes the sin of each input in the tensor. |
|
Takes the cosine of each input in the tensor. |
|
Takes the tan of each input in the tensor. |
|
Takes the arcsine of each input in the tensor. |
|
Takes the arccosine of each input in the tensor. |
|
Takes the arctan of each input in the tensor. |
|
Takes the atan2 of each input in the tensor. |
|
Takes the hyperbolic sine of each input in the tensor. |
|
Takes the hyperbolic cosine of each input in the tensor. |
|
Takes the hyperbolic tangent of each input in the tensor. |
|
Takes the inverse hyperbolic sine of each input in the tensor. |
|
Takes the inverse hyperbolic cosine of each input in the tensor. |
|
Takes the inverse hyperbolic tangent of each input in the tensor. |
|
Calculates the element wise logical not of the input tensor. |
|
Sums a tensor along a specified axis or axes of a tensor. |
|
Computes the element wise addition of two tensors. |
|
Computes the element wise multiplication of two tensors. |
|
Computes the element wise division of two tensors. |
|
Computes the element wise subtraction of two tensors. |
|
Computes the t1**t2 element-wise. |
|
Computes t1 > t2 element-wise. |
|
Computes t1 < t2 element-wise. |
|
Computes t1 >= t2 element-wise. |
|
Computes t1 <= t2 element-wise. |
|
Computes t1 == t2 element-wise. |
|
Computes t1 != t2 element-wise. |
|
Computes the element wise maximum of two tensors. |
|
Computes the element wise minimum of two tensors. |
|
Computes the element wise heaviside step function of two tensors. |
|
Converts a tensor from one type to another. |
|
Matrix multiplication of two tensors. |
|
The inner product of two arrays. |
|
The dot product of two tensors. |
|
Computes the outer product of two vectors. |
|
Compute the tensor dot product along the specified axes for tensors of order >= 1. |
Tensor Manipulation Functions
|
Transposes a tensor. |
Packs a tensor. |
|
Compiles current expression. |
|
Assemble the indices and values in the specified sparse structures. |
|
Compute the given expression and put the values in the tensor storage. |
|
Compile, assemble, and compute as needed. |
|
Converts a tensor of any format to a dense tensor. |
|
Same as |
|
Alias for |
|
Same as |
|
Same as |
|
Returns a deep copy of a tensor. |
|
|
Increments the value at a given set of coordinates. |
|
Same as |
|
Creates a tensor without explicit zeros. |