MCPcopy 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
334def StringifyBlobName(name):
335 return _StringifyName(name, "BlobReference")
336
337
338def StringifyNetName(name):

Callers 5

FetchBlobFunction · 0.85
FetchInt8BlobFunction · 0.85
FetchInt8BlobRealValFunction · 0.85
_Workspace_feed_blobFunction · 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…