MCPcopy 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

1from pathlib import Path
2from extra.models.efficientnet import EfficientNet
3from tinygrad.tensor import Tensor
4from tinygrad.device import Device

Callers

nothing calls this directly

Calls 12

EfficientNetClass · 0.90
safe_saveFunction · 0.90
get_state_dictFunction · 0.90
load_state_dictFunction · 0.90
safe_loadFunction · 0.90
export_modelFunction · 0.90
fetchFunction · 0.90
randnMethod · 0.80
appendMethod · 0.80
load_from_pretrainedMethod · 0.45
writeMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected