default
Default instance of AutogradOps.
Attributes
- Graph
-
- Supertypes
- Self type
-
default.type
Members list
Value members
Concrete methods
Returns the absolute value of each element in tensor x.
Returns the absolute value of each element in tensor x.
Attributes
Returns element-wise addition of tensors x and y.
Returns element-wise addition of tensors x and y.
Attributes
Adds scalar s to each element in tensor x.
Adds scalar s to each element in tensor x.
Attributes
Computes the binary cross entropy loss between the prediction and target tensors.
Computes the binary cross entropy loss between the prediction and target tensors.
Attributes
Performs batched matrix multiplication of tensors x and y.
Performs batched matrix multiplication of tensors x and y.
Attributes
Computes the categorical cross entropy loss between the prediction and target tensors.
Computes the categorical cross entropy loss between the prediction and target tensors.
Attributes
Applies ceiling to each element in tensor x.
Applies ceiling to each element in tensor x.
Attributes
Clips the elements of tensor x to have a maximum norm of maxNorm.
Clips the elements of tensor x to have a maximum norm of maxNorm.
Attributes
Clips the elements of tensor x to be within the range [min, max].
Clips the elements of tensor x to be within the range [min, max].
Attributes
Returns element-wise division of tensor x by tensor y.
Returns element-wise division of tensor x by tensor y.
Attributes
Divides each element in tensor x by scalar s.
Divides each element in tensor x by scalar s.
Attributes
Computes the dot product of tensors x and y.
Computes the dot product of tensors x and y.
Attributes
Derivative of the ELU activation function with an optional alpha parameter.
Derivative of the ELU activation function with an optional alpha parameter.
Attributes
Exponential Linear Unit (ELU) activation function with an optional alpha parameter.
Exponential Linear Unit (ELU) activation function with an optional alpha parameter.
Attributes
Computes the exponential of each element in tensor x.
Computes the exponential of each element in tensor x.
Attributes
Applies floor to each element in tensor x.
Applies floor to each element in tensor x.
Attributes
Creates a tensor with the same shape as t filled with the specified value.
Creates a tensor with the same shape as t filled with the specified value.
Attributes
Gaussian activation function.
Gaussian activation function.
Attributes
Derivative of the GeLU activation function.
Derivative of the GeLU activation function.
Attributes
Gaussian Error Linear Unit (GeLU) activation function.
Gaussian Error Linear Unit (GeLU) activation function.
Attributes
Derivative of the identity activation function.
Derivative of the identity activation function.
Attributes
Identity activation function.
Identity activation function.
Attributes
Returns the natural logarithm of each element in tensor x.
Returns the natural logarithm of each element in tensor x.
Attributes
Returns the logarithm of tensor x with the specified base.
Returns the logarithm of tensor x with the specified base.
Attributes
Logistic activation function with parameters a, b, and c.
Logistic activation function with parameters a, b, and c.
Attributes
Derivative of the Leaky ReLU activation function.
Derivative of the Leaky ReLU activation function.
Attributes
Leaky ReLU activation function with an optional alpha parameter.
Leaky ReLU activation function with an optional alpha parameter.
Attributes
Computes the Mean Absolute Error (MAE) loss between the prediction and target tensors.
Computes the Mean Absolute Error (MAE) loss between the prediction and target tensors.
Attributes
Performs matrix multiplication of tensors x and y.
Performs matrix multiplication of tensors x and y.
Attributes
Returns the element-wise maximum of tensors x and y.
Returns the element-wise maximum of tensors x and y.
Attributes
Returns the element-wise maximum between tensor x and scalar s.
Returns the element-wise maximum between tensor x and scalar s.
Attributes
Returns the maximum value in tensor x.
Returns the maximum value in tensor x.
Attributes
Computes the mean of all elements in tensor x.
Computes the mean of all elements in tensor x.
Attributes
Computes the mean along the specified axis of tensor x.
Computes the mean along the specified axis of tensor x.
Attributes
Returns the element-wise minimum of tensors x and y.
Returns the element-wise minimum of tensors x and y.
Attributes
Returns the element-wise minimum between tensor x and scalar s.
Returns the element-wise minimum between tensor x and scalar s.
Attributes
Returns the minimum value in tensor x.
Returns the minimum value in tensor x.
Attributes
Computes the Mean Squared Error (MSE) loss between the prediction and target tensors.
Computes the Mean Squared Error (MSE) loss between the prediction and target tensors.
Attributes
Returns element-wise multiplication of tensors x and y.
Returns element-wise multiplication of tensors x and y.
Attributes
Multiplies each element in tensor x by scalar s.
Multiplies each element in tensor x by scalar s.
Attributes
Returns the negation of tensor x.
Returns the negation of tensor x.
Attributes
Computes the Frobenius norm of tensor x.
Computes the Frobenius norm of tensor x.
Attributes
Computes the Frobenius norm squared of tensor x.
Computes the Frobenius norm squared of tensor x.
Attributes
Creates a tensor with the same shape as x filled with ones.
Creates a tensor with the same shape as x filled with ones.
Attributes
Permutes the axes of tensor x according to the specified order.
Permutes the axes of tensor x according to the specified order.
Attributes
Raises each element in tensor x to the power of s.
Raises each element in tensor x to the power of s.
Attributes
Derivative of the ReLU activation function.
Derivative of the ReLU activation function.
Attributes
Rectified Linear Unit (ReLU) activation function.
Rectified Linear Unit (ReLU) activation function.
Attributes
Returns the reciprocal of each element in tensor x.
Returns the reciprocal of each element in tensor x.
Attributes
Rounds each element in tensor x to the nearest integer.
Rounds each element in tensor x to the nearest integer.
Attributes
Creates a tensor consisting of scalar value s.
Creates a tensor consisting of scalar value s.
Attributes
Returns the shape of tensor x as a list of dimension sizes.
Returns the shape of tensor x as a list of dimension sizes.
Attributes
Derivative of the sigmoid activation function.
Derivative of the sigmoid activation function.
Attributes
Sigmoid activation function.
Sigmoid activation function.
Attributes
Returns the sign of each element in tensor x.
Returns the sign of each element in tensor x.
Attributes
Derivative of the softmax activation function.
Derivative of the softmax activation function.
Attributes
Softmax activation function.
Softmax activation function.
Attributes
Returns the square root of each element in tensor x.
Returns the square root of each element in tensor x.
Attributes
Computes the Sum of Squared Errors (SSE) loss between the prediction and target tensors.
Computes the Sum of Squared Errors (SSE) loss between the prediction and target tensors.
Attributes
Standardizes tensor x along the specified axis.
Standardizes tensor x along the specified axis.
Attributes
Computes the standard deviation of tensor x.
Computes the standard deviation of tensor x.
Attributes
Computes the standard deviation along the specified axis of tensor x.
Computes the standard deviation along the specified axis of tensor x.
Attributes
Returns element-wise subtraction of tensor y from tensor x.
Returns element-wise subtraction of tensor y from tensor x.
Attributes
Subtracts scalar s from each element in tensor x.
Subtracts scalar s from each element in tensor x.
Attributes
Computes the sum of all elements in tensor x.
Computes the sum of all elements in tensor x.
Attributes
Computes the sum along the specified axis of tensor x.
Computes the sum along the specified axis of tensor x.
Attributes
Derivative of the tanh activation function.
Derivative of the tanh activation function.
Attributes
Hyperbolic tangent (tanh) activation function.
Hyperbolic tangent (tanh) activation function.
Attributes
Transposes tensor x by swapping the specified axes i and j.
Transposes tensor x by swapping the specified axes i and j.
Attributes
Computes the variance of all elements in tensor x.
Computes the variance of all elements in tensor x.
Attributes
Computes the variance along the specified axis of tensor x.
Computes the variance along the specified axis of tensor x.