Files
tinygrad/extra
Xingyu 047c8fd70d Add amax support to Tensor operations in Torch Backend (#9905)
* Add amax support to Tensor operations
- Implemented amax function in backend.py for tensor max operations.
- Added unit tests for amax in test.py to ensure correct functionality.

* Fix formatting in amax output function
- Adjusted spacing in the amax output lambda function in backend.py
- Improved code readability for better maintenance
2025-04-16 10:35:50 +01: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
2024-01-26 18:27:49 -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