File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ defmodule Nx.Defn.Composite do
77 Numerical values, such as integers, floats, and complex numbers
88 are not normalized before hand. Use `Nx.to_tensor/1` to do so.
99
10- The functions in this module can be used both inside and outside `defn`.
11- Note that, when a value is given to `defn`, it is first converted to
12- tensors and containers via `Nx.LazyContainer`. Inside `defn`, there are
13- no lazy containers, only containers.
10+ The functions in this module are invoked outside of `defn` or inside
11+ `deftransform`. Note that, when a value is given to `defn`, it is
12+ first converted to tensors and containers via `Nx.LazyContainer`.
13+ Inside `defn`, there are no lazy containers, only containers.
1414 """
1515
1616 alias Nx.Tensor , as: T
You can’t perform that action at this time.
0 commit comments