LICENSE
README.md
setup.py
accel/opencl/conv.cl
accel/opencl/matmul.cl
accel/opencl/ops_opencl.py
accel/opencl/preprocessing.py
ccd3dedd9f0835903.egg-info/PKG-INFO
ccd3dedd9f0835903.egg-info/SOURCES.txt
ccd3dedd9f0835903.egg-info/dependency_links.txt
ccd3dedd9f0835903.egg-info/requires.txt
ccd3dedd9f0835903.egg-info/top_level.txt
test/test_cl_tiler.py
test/test_conv.py
test/test_efficientnet.py
test/test_gc.py
test/test_mnist.py
test/test_net_speed.py
test/test_nn.py
test/test_onnx.py
test/test_ops.py
test/test_optim.py
test/test_shapetracker.py
test/test_speed_v_torch.py
test/test_tensor.py
test/test_train.py
tinygrad/__init__.py
tinygrad/graph.py
tinygrad/helpers.py
tinygrad/lazy.py
tinygrad/mlops.py
tinygrad/ops.py
tinygrad/shapetracker.py
tinygrad/tensor.py
tinygrad/llops/ops_cpu.py
tinygrad/llops/ops_gpu.py
tinygrad/llops/ops_llvm.py
tinygrad/llops/ops_opencl.py
tinygrad/llops/ops_torch.py
tinygrad/nn/__init__.py
tinygrad/nn/optim.py