MCPcopy Create free account
hub / github.com/pytorch/executorch / ExirDynamoConfig

Class ExirDynamoConfig

exir/tracer.py:596–603  ·  view source on GitHub ↗

Manage Exir-specific configurations of Dynamo.

Source from the content-addressed store, hash-verified

594
595@dataclass
596class ExirDynamoConfig:
597 """
598 Manage Exir-specific configurations of Dynamo.
599 """
600
601 allow_rnn: bool = True
602 verbose: bool = True
603 assume_static_by_default: bool = False
604
605
606def flatten_output(gm: torch.fx.GraphModule) -> None:

Callers 1

dynamo_traceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected