We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76825a2 + bc11a63 commit f1bcf3bCopy full SHA for f1bcf3b
jax/_src/api.py
@@ -2224,7 +2224,7 @@ def make_jaxpr(
2224
return_shape: bool = False,
2225
abstracted_axes: Any | None = None,
2226
) -> Callable[..., core.ClosedJaxpr | tuple[core.ClosedJaxpr, Any]]:
2227
- """Creates a function that produces its jaxpr given example args.
+ """Create a function that returns the jaxpr of ``fun`` given example args.
2228
2229
Args:
2230
fun: The function whose ``jaxpr`` is to be computed. Its positional
0 commit comments