Searched refs:visited_ops (Results 1 – 2 of 2) sorted by relevance
342 visited_ops = set(x.op for x in sources)347 if op in visited_ops:349 visited_ops.add(op)360 if inp not in visited_ops and inp not in sources:368 def map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument397 if op in visited_ops:399 visited_ops.add(op)416 if inp not in visited_ops and inp not in (sources or extra_sources):
251 visited_ops = set(x.op for x in sources)260 visited_ops=visited_ops,