R/graph.R
PrimitiveCall.Rd
Call of a primitive in a Graph Note that a primitive call also be a call into another graph (p_graph).
Graph
p_graph
PrimitiveCall( primitive = Primitive(), inputs = list(), params = list(), outputs = list() )
(Primitive) The function.
Primitive
(list(GraphValue)) The (tensor) inputs to the primitive.
list(GraphValue)
(list(<any>)) The (static) parameters of the function call.
list(<any>)
(list(GraphValue)) The (tensor) outputs of the primitive.