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

Function FeedImmediate

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

Source from the content-addressed store, hash-verified

669
670
671def FeedImmediate(*args, **kwargs):
672 with WorkspaceGuard(_immediate_workspace_name):
673 return FeedBlob(*args, **kwargs)
674
675
676# C.Workspace methods.

Callers

nothing calls this directly

Calls 2

WorkspaceGuardFunction · 0.85
FeedBlobFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…