mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* Enhance tensor random functions with dtype support - Updated `aten.uniform_` and `aten.normal_` to include dtype parameter in backend.py - Added unit tests for uniform and normal tensor generation with specific dtypes in test.py * Refactor test name for clarity - Renamed `test_normal_dtype` to `test_normal` in `extra/torch_backend/test.py` - Aims to improve readability and better reflect the test's purpose |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| backend.py | ||
| backend2.py | ||
| example.py | ||
| test.py | ||
| test_compile.py | ||
| test_inplace.py | ||
| test_multigpu.py | ||
| torch_tests.py | ||
| wrapped_tensor.cpp | ||