[sparse] add trivial sparse rule for lax.copy_p

This commit is contained in:
Jake VanderPlas 2022-08-19 14:25:41 -07:00
parent bfef22ad7c
commit d78b96937c

View File

@ -78,6 +78,7 @@ _zero_preserving_unary_primitives = [
lax.atan_p,
lax.atanh_p,
lax.bessel_i1e_p,
lax.copy_p,
lax.expm1_p,
lax.log1p_p,
lax.neg_p,