Home
last modified time | relevance | path

Searched refs:visited_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dop_selector.py342 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, argument
397 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):
/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph.py251 visited_ops = set(x.op for x in sources)
260 visited_ops=visited_ops,