Skip to contents

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

Usage

PrimitiveCall(primitive, inputs, params, outputs)

Arguments

primitive

(AnvilPrimitive)
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.

Value

(PrimitiveCall)