MCPcopy 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
11def TriggerLazyImport():
12 global _import_lazy_calls
13 for lazy in _import_lazy_calls:
14 lazy()

Callers 6

GlobalInitFunction · 0.90
IsOperatorWithEngineFunction · 0.90
__dir__Method · 0.90
__dir__Method · 0.90
CreateNetFunction · 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…