Shortcuts

functorch.compile.nop

functorch.compile.nop(fx_g, _)[source]

Returns the fx_g Fx graph module as it is. This is a no-op compiler and can be used to check accuracy.

Warning

This API is experimental and likely to change.