Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygrad/tinygrad
/ compile_efficientnet.py
File
compile_efficientnet.py
examples/compile_efficientnet.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pathlib
import
Path
2
from
extra.models.efficientnet
import
EfficientNet
3
from
tinygrad.tensor
import
Tensor
4
from
tinygrad.device
import
Device
Callers
nothing calls this directly
Calls
12
EfficientNet
Class · 0.90
safe_save
Function · 0.90
get_state_dict
Function · 0.90
load_state_dict
Function · 0.90
safe_load
Function · 0.90
export_model
Function · 0.90
fetch
Function · 0.90
randn
Method · 0.80
append
Method · 0.80
load_from_pretrained
Method · 0.45
write
Method · 0.45
replace
Method · 0.45
Tested by
no test coverage detected