Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ compile3.py
File
compile3.py
examples/openpilot/compile3.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, sys, pickle, time, re
2
import
numpy
as
np
3
if
"JIT_BATCH_SIZE"
not in os.environ: os.environ[
"JIT_BATCH_SIZE"
] =
"0"
4
Callers
nothing calls this directly
Calls
10
getenv
Function · 0.90
Tensor
Class · 0.90
fetch
Function · 0.90
test_vs_compile
Function · 0.85
compile
Function · 0.85
test_vs_onnx
Function · 0.85
bench
Function · 0.85
randn
Method · 0.80
load
Method · 0.45
numpy
Method · 0.45
Tested by
no test coverage detected