jax.experimental.sparse.bcoo_broadcast_in_dim#
- jax.experimental.sparse.bcoo_broadcast_in_dim(mat, *, shape, broadcast_dimensions, sharding=None)[source]#
Expand the size and rank of a BCOO array by duplicating the data.
A BCOO equivalence to jax.lax.broadcast_in_dim.
- Parameters:
- Returns:
A BCOO-format array containing the target array.
- Return type: