Topological sort of DAG, creates inverted multi-layers views. Args: graph (dict): the DAG stucture in_degrees (dict): Next op list for each op Returns: sort_result: the hierarchical topology list. examples: DAG :[A -> B ->
(self)
source not stored for this graph (policy: none)