Files
tinygrad/extra
Xingyu a21369d039 Enhance tensor random functions with dtype support (#10214)
* 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
2025-05-08 20:48:07 -04:00
..
2023-11-13 20:18:40 -08:00
2024-11-03 11:26:10 +08:00
2025-02-20 18:03:09 -05:00
2025-04-24 16:19:44 -04:00
2025-04-25 23:19:21 +03:00
2024-01-26 18:27:49 -08:00
2025-05-07 16:44:18 +08:00
2024-09-20 11:28:01 +08:00
2024-01-01 14:58:48 -08:00
2025-02-20 19:20:01 +08:00
2023-12-07 17:07:05 -08:00
2025-03-18 15:15:04 +08:00
2024-01-19 23:34:30 -05:00
2025-02-13 12:26:15 +08:00
2023-11-30 17:07:16 -08:00
2024-09-25 18:31:03 +08:00
2025-04-01 19:52:02 +08:00