functional
Structs
Functions
jit
jit(arg: Callable, compile_with_MAX: Bool = True) -> Callable
Jit and cache the given function or Callable.
jit(arg: fn(List[Array]) raises -> Array, compile_with_MAX: Bool = True) -> Callable
Jit and cache the given function or Callable.
jit(arg: fn(Array) raises -> Array, compile_with_MAX: Bool = True) -> Callable
Last updated on