R/graph.R
PrimitiveCall.Rd
Call of a primitive in an AnvilGraph Note that a primitive call also be a call into another graph (p_graph).
AnvilGraph
p_graph
PrimitiveCall(primitive, inputs, params, outputs)
(AnvilPrimitive) The function.
AnvilPrimitive
(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.
(PrimitiveCall)
PrimitiveCall