LICENSE
README.md
pyproject.toml
cattorch/__init__.py
cattorch/py.typed
cattorch/transpiler.py
cattorch.egg-info/PKG-INFO
cattorch.egg-info/SOURCES.txt
cattorch.egg-info/dependency_links.txt
cattorch.egg-info/requires.txt
cattorch.egg-info/top_level.txt
cattorch/templates/template.py
cattorch/templates/test.json
cattorch/templates/cat/template.json
cattorch/templates/elu/template.json
cattorch/templates/embedding/template.json
cattorch/templates/gelu/template.json
cattorch/templates/getitem/template.json
cattorch/templates/layernorm/template.json
cattorch/templates/leaky_relu/template.json
cattorch/templates/masked_fill/template.json
cattorch/templates/matmul/template_simple.json
cattorch/templates/matmul/template_tensor.json
cattorch/templates/processing_tools/prepare_template.py
cattorch/templates/relu/template.json
cattorch/templates/rms_norm/template.json
cattorch/templates/scalar_divide/template.json
cattorch/templates/scalar_multiply/template.json
cattorch/templates/sigmoid/template.json
cattorch/templates/silu/template.json
cattorch/templates/softmax/template.json
cattorch/templates/sprite/6ac3a6339b85092fa9b1694f2da7779d.svg
cattorch/templates/tanh/template.json
cattorch/templates/tensor_add/template.json
cattorch/templates/tensor_multiply/template.json
cattorch/templates/tensor_negate/template.json
cattorch/templates/tensor_subtract/template.json
cattorch/templates/transpose/template.json
cattorch/util/__init__.py
cattorch/util/argument.py
cattorch/util/scope.py
cattorch/util/instruction/__init__.py
cattorch/util/instruction/cat.py
cattorch/util/instruction/elementwise.py
cattorch/util/instruction/embedding.py
cattorch/util/instruction/getitem.py
cattorch/util/instruction/instruction.py
cattorch/util/instruction/masked_fill.py
cattorch/util/instruction/matmul.py
cattorch/util/instruction/softmax.py
cattorch/util/instruction/transpose.py
cattorch/util/scratch/__init__.py
cattorch/util/scratch/block_combiner.py
cattorch/util/scratch/block_manager.py
cattorch/util/scratch/constant_replacer.py
cattorch/util/scratch/emulator.py
cattorch/util/scratch/finalize_scratch.py
cattorch/util/scratch/remap.py
cattorch/util/scratch/tensor_adder.py
cattorch/util/scratch/tensor_replacer.py
tests/test_llms.py
tests/test_transpile.py