Module ops

Source

Modules§

fill
pad
reshape
tensor

Structs§

PadActionIter
An iterator over the variants of PadAction
Padding

Enums§

PadAction
PadError
PadMode

Traits§

Affine
apply an affine transformation to a tensor; affine transformation is defined as mul * self + add
DecrementAxis
This trait enables an array to remove an axis from itself
IncrementAxis
IntoAxis
Inverse
this trait enables the inversion of a matrix
IsSquare
MaskFill
This trait is used to fill an array with a value based on a mask. The mask is a boolean array of the same shape as the array.
Matmul
A trait denoting objects capable of matrix multiplication.
Matpow
a trait denoting objects capable of matrix exponentiation
Pad
Transpose
the trait denotes the ability to transpose a tensor
Unsqueeze

Functions§

pad
pad_to

Type Aliases§

PadResult