MCPcopy Create free account
hub / github.com/pytorch/pytorch / ImmediateBlobs

Function ImmediateBlobs

caffe2/python/workspace.py:656–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654
655
656def ImmediateBlobs():
657 with WorkspaceGuard(_immediate_workspace_name):
658 return Blobs()
659
660
661def RunOperatorImmediate(op):

Callers

nothing calls this directly

Calls 1

WorkspaceGuardFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…