Tensor.logaddexp (#11793)

This commit is contained in:
chenyu
2025-08-23 09:15:00 -04:00
committed by GitHub
parent 5a6817d5f8
commit fb8ee02424
4 changed files with 15 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ Elementwise ops operate on a per element basis. They don't change the shape of t
::: tinygrad.Tensor.minimum
::: tinygrad.Tensor.where
::: tinygrad.Tensor.copysign
::: tinygrad.Tensor.logaddexp
## Casting Ops