Operations#
|
Element-wise absolute value. |
|
Element-wise addition. |
|
An and reduction over the given axes. |
|
Approximate comparison of two arrays. |
|
An or reduction over the given axes. |
|
Generates ranges of numbers. |
|
Element-wise inverse cosine. |
|
Element-wise inverse hyperbolic cosine. |
|
Element-wise inverse sine. |
|
Element-wise inverse hyperbolic sine. |
|
Element-wise inverse tangent. |
|
Element-wise inverse hyperbolic tangent. |
|
Indices of the maximum values along the axis. |
|
Indices of the minimum values along the axis. |
|
Returns the indices that partition the array. |
|
Returns the indices that sort the array. |
|
Array equality check. |
|
Broadcast an array to the given shape. |
|
Concatenate the arrays along the given axis. |
|
The discrete convolution of 1D arrays. |
|
1D convolution over an input with several channels |
|
2D convolution over an input with several channels |
|
Element-wise cosine. |
|
Element-wise hyperbolic cosine. |
|
Element-wise division. |
|
Element-wise equality. |
|
Element-wise error function. |
|
Element-wise inverse of |
|
Element-wise exponential. |
|
Add a size one dimension at the given axis. |
|
Create an identity matrix or a general diagonal matrix. |
|
Construct an array with the given value. |
|
Element-wise greater than. |
|
Element-wise greater or equal. |
|
Create a square identity matrix. |
|
Element-wise less than. |
|
Element-wise less than or equal. |
|
Load array(s) from a binary file in |
|
Element-wise natural logarithm. |
|
Element-wise base-2 logarithm. |
|
Element-wise base-10 logarithm. |
|
Element-wise natural log of one plus the array. |
|
Element-wise log-add-exp. |
|
Element-wise logical not. |
|
A log-sum-exp reduction over the given axes. |
|
Matrix multiplication. |
|
An max reduction over the given axes. |
|
Element-wise maximum. |
|
Compute the mean(s) over the given axes. |
|
An min reduction over the given axes. |
|
Element-wise minimum. |
|
Element-wise multiplication. |
|
Element-wise negation. |
|
Construct an array of ones. |
|
An array of ones like the input. |
|
Returns a partitioned copy of the array such that the smaller |
|
Pad an array with a constant value |
|
An product reduction over the given axes. |
|
Element-wise reciprocal. |
|
Reshape an array while preserving the size. |
|
Element-wise reciprocal and square root. |
|
Save the array to a binary file in |
|
Save several arrays to a binary file in uncompressed |
|
Save several arrays to a binary file in compressed |
|
Element-wise logistic sigmoid. |
|
Element-wise sign. |
|
Element-wise sine. |
|
Element-wise hyperbolic sine. |
|
Perform the softmax along the given axis. |
|
Returns a sorted copy of the array. |
|
Split an array along a given axis. |
|
Element-wise square root. |
|
Element-wise square. |
|
Remove length one axes from an array. |
|
Stop gradients from being computed. |
|
Element-wise subtraction. |
|
Sum reduce the array over the given axes. |
|
Take elements along an axis. |
|
Take values along an axis at the specified indices. |
|
Element-wise tangent. |
|
Element-wise hyperbolic tangent. |
|
Transpose the dimensions of the array. |
|
Compute the variance(s) over the given axes. |
|
Select from |
|
Construct an array of zeros. |
|
An array of zeros like the input. |