Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ TriggerLazyImport
Function
TriggerLazyImport
caffe2/python/lazy.py:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
TriggerLazyImport():
12
global _import_lazy_calls
13
for
lazy in _import_lazy_calls:
14
lazy()
Callers
6
RefreshRegisteredOperators
Function · 0.90
GlobalInit
Function · 0.90
IsOperatorWithEngine
Function · 0.90
__dir__
Method · 0.90
__dir__
Method · 0.90
CreateNet
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…