MCPcopy Index your code
hub / github.com/pytorch/pytorch / StringifyNetName

Function StringifyNetName

caffe2/python/workspace.py:338–339  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

336
337
338def StringifyNetName(name):
339 return _StringifyName(name, "Net")
340
341
342def GetNetName(net):

Callers 1

RunNetFunction · 0.85

Calls 1

_StringifyNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…