LICENSE
README.md
setup.py
test/test_assign.py
test/test_conv.py
test/test_conv_shapetracker.py
test/test_example.py
test/test_gc.py
test/test_jit.py
test/test_net_speed.py
test/test_nn.py
test/test_ops.py
test/test_optim.py
test/test_randomness.py
test/test_specific_conv.py
test/test_speed_v_torch.py
test/test_tensor.py
tinygrad/graph.py
tinygrad/helpers.py
tinygrad/image.py
tinygrad/jit.py
tinygrad/lazy.py
tinygrad/mlops.py
tinygrad/ops.py
tinygrad/tensor.py
tinygrad.egg-info/PKG-INFO
tinygrad.egg-info/SOURCES.txt
tinygrad.egg-info/dependency_links.txt
tinygrad.egg-info/requires.txt
tinygrad.egg-info/top_level.txt
tinygrad/codegen/ast.py
tinygrad/codegen/gpu.py
tinygrad/codegen/llvm.py
tinygrad/nn/__init__.py
tinygrad/nn/optim.py
tinygrad/runtime/ops_clang.py
tinygrad/runtime/ops_cpu.py
tinygrad/runtime/ops_cuda.py
tinygrad/runtime/ops_gpu.py
tinygrad/runtime/ops_llvm.py
tinygrad/runtime/ops_metal.py
tinygrad/runtime/ops_torch.py
tinygrad/shape/__init__.py
tinygrad/shape/symbolic.py