warp.jax_experimental.ffi.clear_jax_callable_graph_cache#

warp.jax_experimental.ffi.clear_jax_callable_graph_cache(callable=None)[source]#

Clear the graph cache of the given callable or all callables if None.

Parameters:

callable (FfiCallable | None)