MCPcopy
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

1import os, sys, pickle, time, re
2import numpy as np
3if "JIT_BATCH_SIZE" not in os.environ: os.environ["JIT_BATCH_SIZE"] = "0"
4

Callers

nothing calls this directly

Calls 10

getenvFunction · 0.90
TensorClass · 0.90
fetchFunction · 0.90
test_vs_compileFunction · 0.85
compileFunction · 0.85
test_vs_onnxFunction · 0.85
benchFunction · 0.85
randnMethod · 0.80
loadMethod · 0.45
numpyMethod · 0.45

Tested by

no test coverage detected