Thanks for asking! If I understand correctly, CreateFunctionPass
creates a pass that applies to every single Relay function in an IRModule, which means it won’t miss any Function there
Thanks for asking! If I understand correctly, CreateFunctionPass
creates a pass that applies to every single Relay function in an IRModule, which means it won’t miss any Function there