flip_op
Structs
Struct: Flip
Fields
Methods
__call__(mut curr: Array, args: List[Array])
jvp(primals: List[Array], tangents: List[Array]) -> Array
vjp(primals: List[Array], grad: Array, out: Array) -> List[Array]
fwd(arg0: Array, dims: List[Int]) -> Array
Functions
flip
flip(arg0: Array, dims: List[Int] = List(-1)) -> Array
Last updated on