jax.numpy.triu_indices_fromΒΆ
-
jax.numpy.triu_indices_from(arr, k=0)[source]ΒΆ Return the indices for the upper-triangle of arr.
LAX-backend implementation of
triu_indices_from().Original docstring below.
See triu_indices for full details.
jax.numpy.triu_indices_from(arr, k=0)[source]ΒΆReturn the indices for the upper-triangle of arr.
LAX-backend implementation of triu_indices_from().
Original docstring below.
See triu_indices for full details.