jax.ffi
module#
|
Call a foreign function interface (FFI) target. |
|
Build a lowering rule for an foreign function interface (FFI) target. |
|
Wrap a ctypes function pointer in a PyCapsule. |
|
Registers a foreign function target. |
|
Registers a custom type ID for a FFI target. |
jax.extend.ffi
module (deprecated)#
The jax.extend.ffi
module has been moved to jax.ffi
, and that import
path should be used instead, but these functions remain documented here while
the legacy import is being deprecated.
|
Call a foreign function interface (FFI) target. |
|
Build a lowering rule for an foreign function interface (FFI) target. |
|
Wrap a ctypes function pointer in a PyCapsule. |
|
Registers a foreign function target. |