warmup(fn: Callable[..., Any]) → None
Pre-compile a @njit function by calling it with representative args.
@njit
description
Callable[..., Any]
example
# TODO: Add example for warmup