more docs (#421)

* more docs

* fix link

* nits + comments
This commit is contained in:
Awni Hannun
2024-01-10 14:04:12 -08:00
committed by GitHub
parent 3b4f066dac
commit c92a134b0d
6 changed files with 360 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ automatically evaluate the array.
>> np.array(c) # Also evaluates c
array([2., 4., 6., 8.], dtype=float32)
See the page on :ref:`Lazy Evaluation <lazy eval>` for more details.
Function and Graph Transformations
----------------------------------