Searched refs:visited_ops (Results 1 – 1 of 1) sorted by relevance
63 visited_ops = set([x.op for x in sources])68 if op in visited_ops:70 visited_ops.add(op)81 if inp not in visited_ops and inp not in sources:87 def _map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument116 if op in visited_ops:118 visited_ops.add(op)135 if inp not in visited_ops and inp not in (sources or extra_sources):247 visited_ops = set([x.op for x in sources])256 visited_ops=visited_ops,