MCPcopy Create free account
hub / github.com/pytorch/pytorch / substep_edge

Function substep_edge

caffe2/python/net_drawer.py:220–221  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

218 return '\n'.join(label)
219
220 def substep_edge(start, end):
221 return pydot.Edge(start, end, arrowhead='dot', style='dashed')
222
223 nodes = []
224 for i, step in enumerate(steps):

Callers 1

_draw_stepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…