megengine.traced_module.traced_module.InternalGraph.get_dep_exprs

InternalGraph.get_dep_exprs(nodes)[源代码]

Get the dependent Exprs of the nodes.

参数

nodes (Sequence[Node]) – a list of Node.

返回类型

List[Expr]

返回

A list of dependent Expr.