ifftn_op
Structs
Struct: IFFTN
Fields
Methods
fwd(arg0: Array, dims: List[Int], norm: String) -> Array
Sets up the Array object for the inverse FFT operation.
jvp(primals: List[Array], tangents: List[Array]) -> Array
Computes the Jacobian-vector product for the inverse FFT function.
vjp(primals: List[Array], grad: Array, out: Array) -> List[Array]
Computes the vector-Jacobian product for the inverse FFT function.
__call__(mut curr: Array, args: List[Array])
Functions
ifftn
ifftn(x: Array, dims: List[Int] = List(), norm: String = String("backward")) -> Array
Last updated on