We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d268 commit ab1adaaCopy full SHA for ab1adaa
nx/lib/nx/defn/graph.ex
@@ -8,12 +8,10 @@ defmodule Nx.Defn.Graph do
8
@typedoc """
9
A stage in the graph splitter.
10
11
- * `:arguments`: a list of maps that point to the source from which to fetch the corresponding
12
- value for the given argument.
13
-
14
- * `:expr`: the expression that represents the computation for the Stage.
15
16
- * `:id`: the unique id for the Stage.
+ * `:arguments`: a list of maps that point to the source from which to fetch the corresponding
+ value for the given argument.
+ * `:expr`: the expression that represents the computation for the Stage.
+ * `:id`: the unique id for the Stage.
17
"""
18
@type t :: %__MODULE__{
19
id: reference(),
0 commit comments