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

Function FetchImmediate

caffe2/python/workspace.py:666–668  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

664
665
666def FetchImmediate(*args, **kwargs):
667 with WorkspaceGuard(_immediate_workspace_name):
668 return FetchBlob(*args, **kwargs)
669
670
671def FeedImmediate(*args, **kwargs):

Callers

nothing calls this directly

Calls 2

WorkspaceGuardFunction · 0.85
FetchBlobFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…