Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ StringifyBlobName
Function
StringifyBlobName
caffe2/python/workspace.py:334–335 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
332
333
334
def
StringifyBlobName(name):
335
return
_StringifyName(name,
"BlobReference"
)
336
337
338
def
StringifyNetName(name):
Callers
5
FetchBlob
Function · 0.85
FetchInt8Blob
Function · 0.85
FetchInt8BlobRealVal
Function · 0.85
_Workspace_fetch_int8_blob
Function · 0.85
_Workspace_feed_blob
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…