Files
TinyTorch/tinytorch/core
Vijay Janapa Reddi 727da1cfcb fix(module-03): Rewrite Dropout to use Tensor operations
- Change from x.data * mask to Tensor multiplication (x * mask_tensor * scale)
- Preserves computation graph and gradient flow
- Required for transformer with dropout regularization
2025-10-27 20:29:43 -04:00
..