Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Ddraw.cc93 int dup_idx = 0; in DrawValueNodes() local
100 (*sub_graphs)[nd->func_graph()]->Node(t, dup_idx); in DrawValueNodes()
101 dup_idx++; in DrawValueNodes()
103 (*sub_graphs)[t->func_graph()]->Node(t, dup_idx); in DrawValueNodes()
104 dup_idx++; in DrawValueNodes()
115 int dup_idx = 0; in DrawEdges() local
132 digraph->Edge(t, nd, SizeToInt(i) - offset, dup_idx); in DrawEdges()
136 digraph->Edge(t, const_graph, dup_idx); in DrawEdges()
138 dup_idx++; in DrawEdges()