Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
array-api-extra 0.10.2.dev0 documentation
array-api-extra 0.10.2.dev0 documentation
  • array-api-extra
  • Assorted functions
    • angle
    • apply_where
    • argpartition
    • at
    • atleast_nd
    • broadcast_shapes
    • cov
    • create_diagonal
    • default_dtype
    • expand_dims
    • isclose
    • isin
    • kron
    • nan_to_num
    • nunique
    • one_hot
    • pad
    • partition
    • setdiff1d
    • sinc
    • union1d
  • Testing utilities (xpx.testing)
    • testing.assert_close
    • testing.assert_close_nulp
    • testing.assert_equal
    • testing.assert_less
  • Tools for lazy backends
    • lazy_apply
    • testing.lazy_xp_function
    • testing.patch_lazy_xp_functions
  • Contributing
  • Contributors
Back to top
View this page
Edit this page

Tools for lazy backendsΒΆ

Additional functions with special behaviour for lazy backends, e.g. Dask or JAX:

lazy_apply

Lazily apply an eager function.

Testing utilities:

testing.lazy_xp_function

Tag a function to be tested on lazy backends.

testing.patch_lazy_xp_functions

Test lazy execution of functions tagged with lazy_xp_function().

Next
lazy_apply
Previous
testing.assert_less
Copyright © Consortium for Python Data API Standards
Made with Sphinx and @pradyunsg's Furo