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

Function GetBlobNodeProducer

caffe2/python/net_drawer.py:81–84  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

79
80
81def GetBlobNodeProducer(**kwargs):
82 def ReallyGetBlobNode(node_name, label):
83 return pydot.Node(node_name, label=label, **kwargs)
84 return ReallyGetBlobNode
85
86def GetPydotGraph(
87 operators_or_net,

Callers 1

GetPydotGraphFunction · 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…