Using numpy array with allocate_const

Hello all,

I am trying to use the allocate_const interface in order to create a compile-time constant tensor. However, when trying to instantiate a numpy array within the prim_func, I get an error regarding not being able to use numpy inside of the function. Is there a way to allocate a constant tensor using a numpy array within a prim_func?

Thanks

ccing @dmitriy-arm @manupa-arm @Mousius in case one of them knows this