How to use Node splitting graph optimization?

Hi !
I read the document in glow docs. Node splitting
However, node splitting cannot be used because it does not specify when, where, and how to use it. What should we do specifically to use this graph optimization technique?

Where should I put this option in to compile the DNN?
Thanks