Rate this Page

torch.fx.passes.pass_manager.this_before_that_pass_constraint#

torch.fx.passes.pass_manager.this_before_that_pass_constraint(this, that)[source]#

Defines a partial order (‘depends on’ function) where this must occur before that.

Return type:

Callable[[Callable[[…], Any], Callable[[…], Any]], bool]