Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ init_model
Function
init_model
intermediate_source/torch_compile_full_example.py:92–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
init_model():
93
return
densenet121().cuda()
94
95
96
######################################################################
Callers
1
torch_compile_full_example.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected