How to skip executing a CallNode in Relay Interpreter?

Hi all,

Currently Relay Interpret will automatically execute and lower a CallNode with constant inputs. But in some special case, it doesn’t need this feature. Even more, it may trigger some side-effect in my case. Is it possible to skip executing a CallNode in Relay Interpreter?

Thanks a lot.