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

Function ScopedBlobReference

caffe2/python/core.py:325–327  ·  view source on GitHub ↗

Returns a blob reference with scope prefixed.

(name, *args, **kwargs)

Source from the content-addressed store, hash-verified

323
324
325def ScopedBlobReference(name, *args, **kwargs):
326 """Returns a blob reference with scope prefixed."""
327 return BlobReference(ScopedName(name), *args, **kwargs)
328
329
330def _RectifyInputOutput(blobs, net=None):

Callers 5

create_paramMethod · 0.90
_RectifyInputOutputFunction · 0.85
NextNameMethod · 0.85

Calls 2

BlobReferenceClass · 0.85
ScopedNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…