Unbind params from func?

I would like use Relay’s built in post-training quantization along with BYOC.

Inside the quantize pass params are bound to the main function which causes an issue downstream since I need tensors to be VarNode instead of ConstantNode in BYOC. I think this can be resolved by unbinding params after the quantize pass, but I don’t see an implementation of “unbind” anywhere.