Given a function which is defined by jax primitives and the function arguments,
return the Python code that would be generated by JAX for that function.
- Parameters:
fn (Callable) – The function to generate code for
args – The positional arguments to the function
kwargs – The keyword arguments to the function
- Return type:
str