I have a jitted function where one of the inputs is an array whose number of unique elements I would like to calculate. I cannot use jax.numpy.unique, it throws a ConcretizationTypeError due to the output of unique being of variable size. Any algorithmic workarounds_
sizearg ofjax.numpy.unique.