Files
TinyTorch/docs
Vijay Janapa Reddi eebb22ebdb feat: Add consistent 'Where This Code Lives' template across modules
- Add template section to tensor, layers, activations, and cnn modules
- Create docs/development/module-template.md for future reference
- Clarify learning vs building structure consistently
- Show students where their code will live in the final package
- Decouple learning modules from production organization
2025-07-10 23:48:49 -04:00
..

📚 TinyTorch Documentation

Welcome to the TinyTorch documentation! This directory contains all the guides, principles, and references for building and using TinyTorch.

🎓 For Students

Start here if you're taking the ML Systems course:

🎯 Educational Philosophy

Understanding how TinyTorch is designed for learning:

🔧 For Module Developers

Building new modules or contributing to TinyTorch:

🗂️ Documentation Structure

docs/
├── pedagogy/           # Educational philosophy and principles
├── development/        # Module development guides
├── students/          # Student-facing documentation
└── README.md          # This file

🚀 Quick Navigation


All documentation follows the TinyTorch pedagogical principle: Build → Use → Understand → Repeat