Skip to contents

Call of a primitive in a Graph Note that a primitive call also be a call into another graph (p_graph).

Usage

PrimitiveCall(
  primitive = Primitive(),
  inputs = list(),
  params = list(),
  outputs = list()
)

Arguments

primitive

(Primitive)
The function.

inputs

(list(GraphValue))
The (tensor) inputs to the primitive.

params

(list(<any>))
The (static) parameters of the function call.

outputs

(list(GraphValue))
The (tensor) outputs of the primitive.