Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
def
StringifyNetName(name):
339
return
_StringifyName(name,
"Net"
)
340
341
342
def
GetNetName(net):
Callers
1
RunNet
Function · 0.85
Calls
1
_StringifyName
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…