megengine.traced_module.traced_module.InternalGraph.exprs

InternalGraph.exprs(recursive=True)[源代码]

Get the Exprs that constitute this graph.

参数

recursive – whether to get the Exprs in the subgraph. Default: True

返回

A ExprFilter containing all Exprs of this graph.