jax.lax.slice

Warning

This page was created from a pull request (#9655).

jax.lax.slice¶

jax.lax.slice(operand, start_indices, limit_indices, strides=None)[source]¶

Wraps XLA’s Slice operator.

Parameters
Return type

Any