I'm trying to pass a list of functions from Python to C++. However, this doesn't seem possible at the moment because tvm::Array can only contain objects deriving from ObjectRef (which PackedFunc does not). Is there another approach I can take? In particular, it's important that the order of the functions is maintained.
Thanks! --- [Visit Topic](https://discuss.tvm.ai/t/how-can-i-transfer-a-list-of-functions/6239/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/bf448acf2b8853094164dc2b56bee3f7a176bbd4e547b6129bce3c2246e89ad2).