Computational graph consisting exclusively of primitive calls.
Arguments
- calls
(
list(PrimitiveCall))
The primitive calls that make up the graph. This can also be another call into a graph when the primitive is ap_call.- in_tree
(
NULL | Node)
The tree of inputs.- out_tree
(
NULL | Node)
The tree of outputs.- inputs
(
list(GraphValue))
The inputs to the graph.- outputs
(
list(GraphValue))
The outputs of the graph.- constants
(
list(GraphValue))
The constants of the graph.